- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 08 Mar 2017 23:48:39 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 March 2017 07:49:11 UTC
tyoshino commented on this pull request.
>
stream._state = 'errored';
stream._storedError = e;
- if (stream._pendingAbortRequest === undefined && stream._writer !== undefined) {
- let readyPromiseIsPending = false;
- if (oldState === 'writable' &&
- WritableStreamDefaultControllerGetBackpressure(stream._writableStreamController) === true) {
- readyPromiseIsPending = true;
+ // TODO(tyoshino): Given that writer.abort() fails immediately when the stream has been errored, shouldn't
Filed https://github.com/whatwg/streams/issues/693 for this.
--
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/672#discussion_r105102904
Received on Thursday, 9 March 2017 07:49:11 UTC