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

This is tested in aborting.js by the two tests:

- writer.abort(), controller.error() while there is an in-flight write, and then finish the write
- controller.error(), writer.abort() while there is an in-flight write, and then finish the write

However I suppose we should also add tests for in-flight close.

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

Received on Tuesday, 28 March 2017 09:16:05 UTC