<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Should streams API be moved to JSC?"
   href="https://bugs.webkit.org/show_bug.cgi?id=147092#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Should streams API be moved to JSC?"
   href="https://bugs.webkit.org/show_bug.cgi?id=147092">bug 147092</a>
              from <span class="vcard"><a class="email" href="mailto:youennf&#64;gmail.com" title="youenn fablet &lt;youennf&#64;gmail.com&gt;"> <span class="fn">youenn fablet</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>