- From: Adam Rice <notifications@github.com>
- Date: Mon, 28 Nov 2016 01:09:07 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 28 November 2016 09:09:41 UTC
A minor exception I discovered: * `writer.abort()` will cause `writer.ready` to reject immediately, ie. without waiting for a pending `us.write()` to complete. This is for consistency with `writer.close()` and existing behaviour. * The same applies to `controller.error()`. -- 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/617#issuecomment-263218370
Received on Monday, 28 November 2016 09:09:41 UTC