[Webkit-unassigned] [Bug 141650] New: [Streams API] Reading ReadableStream ready and closed attributes should not always create a new promise

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 16 09:21:28 PST 2015


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

            Bug ID: 141650
           Summary: [Streams API] Reading ReadableStream ready and closed
                    attributes should not always create a new promise
    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

As discussed in https://bugs.webkit.org/attachment.cgi?id=246100&action=review, the current implementation of ReadableStream ready attribute leads to the creation of a new promise object each time one the ready attribute is read.
This should be fixed so that the same promise object is returned.
This also applies to the closed attribute.

-- 
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/20150216/626e215b/attachment-0002.html>


More information about the webkit-unassigned mailing list