- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 24 Jan 2017 00:56:21 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 24 January 2017 08:56:55 UTC
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