- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 24 Jan 2017 00:16:24 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 24 January 2017 08:16:58 UTC
Now, both the edge case and non-edge cases are already taken care of by the `writer.abort()` delaying logic recently introduced. The only remaining case where we don't delay `writer.abort()` that is made after `writer.close()` is, as you said in the OP, a close request not yet picked by `WritableStreamDefaultControllerProcessClose()`. I think this is aligned with that write requests can be aborted immediately unless it's been picked by `WritableStreamDefaultControllerProcessWrite()`. -- 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/632#issuecomment-274736995
Received on Tuesday, 24 January 2017 08:16:58 UTC