- From: Adam Rice <notifications@github.com>
- Date: Tue, 28 Feb 2017 23:03:46 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 1 March 2017 07:05:41 UTC
ricea commented on this pull request. > @@ -3470,6 +3468,14 @@ nothrow>WritableStreamDefaultControllerGetDesiredSize ( <var>controller</var> )< 1. Return _controller_.[[strategyHWM]] − _queueSize_. </emu-alg> +<h4 id="writable-stream-has-operation-marked-inflight" aoid="WritableStreamHasOperationMarkedInflight" +nothrow>WritableStreamHasOperationMarkedInflight ( <var>stream</var> )</h4> + +<emu-alg> + 1. If _stream_.[[inflightWriteRequest]] is not *undefined* or _controller_.[[pendingCloseRequest]] is not *undefined*, return *true*. Should be [[closeRequest]] -- 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#pullrequestreview-24412525
Received on Wednesday, 1 March 2017 07:05:41 UTC