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

Instead of passing a _startAlgorithm_ to CreateReadableStream() and CreateWritableStream() we could pass a _startPromise_. This would save a step in the TransformStream constructor but I'm not sure whether it makes sense in the big picture.

-- 
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-346041982

Received on Tuesday, 21 November 2017 14:25:57 UTC