Re: [whatwg/streams] Inconsistency between abort() then error() and error() then abort(), with ongoing close()/write() (#693)

(1) would remove a few lines from WritableStreamAbort() while adding a few to WritableStreamFinishInFlightClose(), and move some lines in the other handlers, I guess. So, not much gain of simplification, right.

(2) adds a few lines to WritableStreamError() while removing WritableStreamRejectAbortRequestIfPending() from WritableStreamFinishInFlightWriteInErroredState() and WritableStreamFinishInFlightCloseInErroredState(). How does this look to you?



-- 
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/693#issuecomment-289803303

Received on Tuesday, 28 March 2017 15:15:54 UTC