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

I guess there are three alternatives:

1. Make consistent by making both write-abort-error and write-error-abort cause the abort to not reject until the write finishes
2. Make consistent by making both write-abort-error and write-error-abort reject the abort immediately
3. Leave as-is

I don't have a strong preference between them. I think it would be good to see if implementing either (1) or (2) would create code simplifications.

-- 
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-285518838

Received on Thursday, 9 March 2017 23:33:32 UTC