- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 27 Mar 2017 03:02:21 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 March 2017 10:02:53 UTC
tyoshino commented on this pull request. > const abortRequest = stream._pendingAbortRequest; stream._pendingAbortRequest = undefined; const promise = WritableStreamDefaultControllerAbort(stream._writableStreamController, abortRequest._reason); promise.then( abortRequest._resolve, abortRequest._reject ); + stream._backpressure = false; I no longer can see the commit on that this comment was made, but maybe this is similar to the issue which I encountered and introduced the wasAborted variable for in #672 which I've removed finally. -- 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/705#discussion_r108132396
Received on Monday, 27 March 2017 10:02:53 UTC