Re: [whatwg/streams] Aborting a writable stream should not abort writes in progress (#611)

> Test 'Errors must be propagated backward: erroring via the controller errors a slow write' from error-propagation-backward.js times out, but I'm guessing that is expected from this change.

Oh, that is interesting. Probably it is OK, and we just say that if you want to signal a currently-ongoing write failed, you have to return a rejected promise; using controller.error() will only affect future writes.

-- 
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/issues/611#issuecomment-261109342

Received on Wednesday, 16 November 2016 23:44:33 UTC