Re: [whatwg/streams] Aborting a writable stream should not abort writes in progress (#611)

https://github.com/whatwg/streams/commit/73d979e7d488b643cc42576b6ec4af2cd7cf29cc changes the timing of .closed so it doesn't happen before write() when you abort(). I do not think it is unreasonably complex.

I plan to do the same thing for queued calls to write() next. It should be similarly straightforward.

-- 
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/611#issuecomment-262204054

Received on Tuesday, 22 November 2016 10:30:29 UTC