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

I am currently attempting to implement (1).

An issue I ran into is that a throwing strategySink can also error the stream without respect for the queue. After discussing it with @domenic, I am going to treat this the same way: first thing which errors the stream "wins" [[storedError]], regardless of what type of error it is.

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

Received on Thursday, 30 March 2017 06:47:34 UTC