Ben Tamor
Ben Tamor

Reputation: 11

chrome.experimental.socket API Crash Course?

I am trying to use the new 'chrome.experimental.socket' API calls in the recent Canary build and for the life of me I cannot figure it out. Does anyone have a sample script or something that they could throw up here to help me out? I would really appreciate it.

Upvotes: 1

Views: 292

Answers (1)

kanaka
kanaka

Reputation: 73119

I've been watching the activity on the pretty closely, and AFAIK the chrome.experimental.socket API is still incomplete and actively in-progress as of Jan 16, 2011. It has partial UDP support and no TCP support yet. The main one working on this appears to be [email protected]. You can watch his activity here.

Upvotes: 1

Related Questions