[Webkit-unassigned] [Bug 141650] [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:24:52 PST 2015


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

--- Comment #1 from youenn fablet <youennf at gmail.com> ---
The simplest solution is probably to store a DeferredWrapper either at ReadableStream or JSReadableStream side.
Given that we try to keep ReadableStream away from DeferredWrapper, the idea would be to modify the binding generator to manage DeferredWrapper at JSXXX classes, whenever a Promise-type attribute happens in the corresponding IDL.

-- 
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/817284ad/attachment-0002.html>


More information about the webkit-unassigned mailing list