- From: isonmad <notifications@github.com>
- Date: Sat, 15 Oct 2016 12:17:22 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Saturday, 15 October 2016 19:17:51 UTC
Couldn't you actually entirely replace the 'Closing must be propagated backward' code with a new abstract op `WritableStreamGetState(dest)` and a check whether it's `'closing'` or `'closed'` at the start of `pipeTo`, right after the brand checks? Unlike the other 3 propagation conditions, it can't ever suddenly happen after pipeTo starts. -- 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/512#issuecomment-254004972
Received on Saturday, 15 October 2016 19:17:51 UTC