RESOLVED FIXED142822
[Streams API] Update ReadableStream API according new version of the specification
https://bugs.webkit.org/show_bug.cgi?id=142822
Summary [Streams API] Update ReadableStream API according new version of the specific...
youenn fablet
Reported 2015-03-18 05:29:42 PDT
The latest version of the spec (https://streams.spec.whatwg.org/commit-snapshots/ee2976b593bf4181b2a28719b6a5b6e98632c7d0) splits ReadableStream functionality between ReadableStream (responsible of chunk queue management) and ReadableStreamReader (responsible to give access to chunks). Removal of state, ready and closed from ReadableStream API should be done, as well as adding getReader.
Attachments
Patch (14.97 KB, patch)
2015-03-18 05:41 PDT, youenn fablet
no flags
Trying to fix mac build (15.13 KB, patch)
2015-03-18 06:22 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2015-03-18 05:41:26 PDT
youenn fablet
Comment 2 2015-03-18 06:22:15 PDT
Created attachment 248927 [details] Trying to fix mac build
Benjamin Poulain
Comment 3 2015-03-18 20:42:25 PDT
Comment on attachment 248927 [details] Trying to fix mac build Damn, that's not a small spec change.
WebKit Commit Bot
Comment 4 2015-03-19 01:28:04 PDT
Comment on attachment 248927 [details] Trying to fix mac build Clearing flags on attachment: 248927 Committed r181736: <http://trac.webkit.org/changeset/181736>
WebKit Commit Bot
Comment 5 2015-03-19 01:28:06 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.