sysapps / tcp-udp-sockets

Raw sockets API
85 stars 25 forks source link

Implementation status (even if experimental)? #88

Closed dmitshur closed 9 years ago

dmitshur commented 9 years ago

Hi, sorry for the noise, but I've looked through issues carefully and searched Google quite hard, and I wasn't able to find an answer to this question, that's why I'm resorting to opening an issue here.

I wanted to know if there any updates on the implementation status of this API, and/or expected dates when it might start appearing?

For example, does Chrome browser implement this yet? Maybe Canary version with experimental flag turned on? Or is that not the case yet?

I realize this is a draft of a specification, but it seems to have existed since as early as 2012, and given that much time has passed, I thought there's a chance of seeing some initial implementations by now.

Thank you!

ClaesNilsson commented 9 years ago

Hi,

The implementations that I am aware of are:

Note that we are in the process of moving this specification to a Community Group. See https://bugzilla.mozilla.org/show_bug.cgi?id=745283. The current status of the API is stated here: https://lists.w3.org/Archives/Public/public-sysapps/2015Apr/0001.html.

BR

dmitshur commented 9 years ago

Thanks for the information!

Feel free to close this issue, since you've answered my question.

dmitshur commented 9 years ago

For posterity, I was able to reproduce what's described in https://bugzilla.mozilla.org/show_bug.cgi?id=745283#c230, namely with Firefox developers edition (v40) and the dom.udpsocket.enabled flag set to true, I could send a UDP packet from the dev console (of a new tab page).