- From: Adam Rice <notifications@github.com>
- Date: Thu, 24 Nov 2016 22:38:24 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 25 November 2016 06:38:58 UTC
I spoke with @tyoshino in person and here is the plan we came up with: - Calling `writer.abort() `during `us.write()` will result in all processing being delayed until the write completes. If the write succeeds, `abort()` or `close()` will be called as normal. If the write fails, behaviour will match the resolution to #620. - Calling `writer.abort() ` during `us.close()` will return a promise rejected with a TypeError exception. - Calling `writer.abort()` with `state === 'closing'` will still be permitted as long as `us.close()` has not started yet. -- 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-262890195
Received on Friday, 25 November 2016 06:38:58 UTC