Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Sync with streams api changes #90

Open
isonmad opened this issue Oct 30, 2016 · 4 comments
Open

Sync with streams api changes #90

isonmad opened this issue Oct 30, 2016 · 4 comments

Comments

@isonmad
Copy link

isonmad commented Oct 30, 2016

Is this spec still in progress or is it abandoned now? It still says e.g. "The enqueue() argument of start()", for one, which hasn't been true since whatwg/streams@4a9b2ec in March 2015.

@SEAPUNK
Copy link

SEAPUNK commented Oct 30, 2016

I think it's been discontinued.

@ClaesNilsson
Copy link
Contributor

That is correct. The W3C SysApps WG has been discontinued and this API proposal is no longer synced with the Streams API.

Sorry for that.

@isonmad
Copy link
Author

isonmad commented Oct 30, 2016

Why isn't there a large bold red text message to that effect at the top of index.html and README.md?

It looks like all the other sysapps repos are similarly missing that information. Their only change since the decision appears to have been made in 2015 was acknowledging getting money from the European Commission.

@AMorgaut
Copy link

AMorgaut commented Nov 17, 2016

@isonmad For your information, while the specification is in hold, I started recently to write a polyfill for the UDP part of this API:

https://github.com/AMorgaut/html5-udp-socket

I found no really convincing cordova plugin and would like to use the same code in cordova as in chrome apps/extensions, firefox, windows, or nodejs apps (even maybe in more classic web browsers via Flash/Java/ActiveX bridges)

I fall in the enqueue() argument of start() "issue", but it was easy to solve as the only change is to use the enqueue() method of the controller argument of start() instead
https://github.com/AMorgaut/html5-udp-socket/blob/master/index.js#L873-L900

I plan to use this opportunity to write tests using the official W3C tools: http://testthewebforward.org/docs/
Which might be a way to contribute to official UDP API tests to https://github.com/w3c/web-platform-tests and maybe revive the work on this API.

PS: if anyone is interesed to contribute, please feel free to join

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants