Re: [whatwg/streams] Do not allow abort to happen when a close is about to happen (#634)

Sorry for belated reply. #655 has removed `WritableStreamError()` invocation from `WritableStreamAbort()`. Now, when there's ongoing `sink.write()` or `sink.close()`, `WritableStreamAbort()` does only:
- rejecting `writer.ready`
- schedule aborting by setting `[[pendingAbortRequest]]`

So, all of ricea's list in https://github.com/whatwg/streams/pull/634#issuecomment-270561679 are satisfied.

-- 
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/pull/634#issuecomment-274745112

Received on Tuesday, 24 January 2017 08:56:55 UTC