Re: [whatwg/streams] Do not allow abort() to interrupt a closing writable stream? (#632)

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