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

I just realised that I'd like to be able to pass in a startAlgorithm for TransformStream. I don't want pullAlgorithm to be called until transformer.start() has finished. Otherwise I will have to add extra steps to pullAlgorithm to wait for the promise from start() to resolve.

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

Received on Friday, 17 November 2017 15:44:05 UTC