- From: Adam Rice <notifications@github.com>
- Date: Tue, 24 Jan 2017 01:49:05 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 24 January 2017 09:49:37 UTC
ricea commented on this pull request. > @@ -2774,8 +2774,8 @@ writable stream is <a>locked to a writer</a>. 1. Assert: _state_ is `"writable"` or `"closing"`. 1. Let _controller_ be _stream_.[[writableStreamController]]. 1. Assert: _controller_ is not *undefined*. - 1. If _state_ is `"writable"` and ! WritableStreamDefaultControllerGetBackpressure(_stream_.[[writableStreamController]]) is *true*, let _readyPromiseIsPending_ be *true*. - 1. Otherwise, let _readyPromiseIsPending_ be *false*. + 1. Let _readyPromiseIsPending_ be *false*. + 1. If _state_ is `"writable"` and ! WritableStreamDefaultControllerGetBackpressure(_stream_.[[writableStreamController]]) is *true*, set _readyPromiseIsPending_ to *true*. Much better! Thank you! -- 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/655#pullrequestreview-18118249
Received on Tuesday, 24 January 2017 09:49:37 UTC