- From: Adam Rice <notifications@github.com>
- Date: Fri, 24 Mar 2017 03:07:45 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 March 2017 10:08:18 UTC
ricea 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; stream._backpressure is normally updated by WritableStreamUpdateBackpressure, so this feels like a bit of a rough edge to me too. -- 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_r107869618
Received on Friday, 24 March 2017 10:08:18 UTC