[Webkit-unassigned] [Bug 142822] New: [Streams API] Update ReadableStream API according new version of the specification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 18 05:29:42 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142822

            Bug ID: 142822
           Summary: [Streams API] Update ReadableStream API according new
                    version of the specification
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150318/0b9b6c24/attachment-0002.html>


More information about the webkit-unassigned mailing list