[Webkit-unassigned] [Bug 147092] Should streams API be moved to JSC?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 09:35:07 PDT 2015


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

--- Comment #2 from youenn fablet <youennf at gmail.com> ---
Some interesting point of discussions:

Sam mentioned that streams should be implemented similarly to promise.
Implementing that with the help of JSC builtins would be probably nice indeed.

Geoff mentioned that the streams API should not be visible from JS environments but only from DOM environments.
Reason is that there is no plan to have streams in ES6 or ES7.
That would lead me to think we should stick for a moment with WebCore.

Using JSC builtins is nevertheless tempting for some features like ReadableStream::tee, maybe pipeTo as well.

-- 
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/20150730/f25c8c1a/attachment-0001.html>


More information about the webkit-unassigned mailing list