- From: Adam Rice <notifications@github.com>
- Date: Fri, 17 Nov 2017 15:43:42 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 17 November 2017 15:44:05 UTC
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