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.

That's good feedback to have; I can fix that.

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

Received on Friday, 17 November 2017 16:45:25 UTC