[Webkit-unassigned] [Bug 145601] New: [Streams API] ReadableJSStream does not need a ReadableStreamSource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 3 03:05:29 PDT 2015


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

            Bug ID: 145601
           Summary: [Streams API] ReadableJSStream does not need a
                    ReadableStreamSource
    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

ReadableStreamSource was added as a way to define a simple interface for native sources.
This interface is not well suited to JS sources since the code needed to handle JS sources is scattered between ReadableJSStream and ReadableJSStream::Source.

It may be best to remove ReadableStreamSource from ReadableStream and ReadableJSStream.

We would then reintroduce it when supporting native streams as a member of a ReadableNativeStream.
ReadableNativeStream would be the equivalent of ReadableJSStream for native sources.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150603/38258ba2/attachment.html>


More information about the webkit-unassigned mailing list