Re: [whatwg/streams] WIP: allow creating streams from specs while using fewer JS objects (#857)

I hadn't got the splitting quite right before. Now InitializeReadableStream just does the common parts of the ReadableStream constructor and CreateReadableStream.

I've split the extraction of methods from underlyingSource back out of the ReadableStream constructor, but without using the ReadableStreamDefaultController constructor this time.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/857#issuecomment-345624250

Received on Monday, 20 November 2017 08:30:22 UTC