Re: [streams] Add IsReadableStreamDisturbed predicate (#385)

> @@ -300,6 +300,11 @@ Instances of <code>ReadableStream</code> are created with the internal slots des
>        state and queue of this stream
>    </tr>
>    <tr>
> +    <td>\[[disturbed]]
> +    <td>A boolean flag set to <b>true</b> when either <code>read()</code> or <code>cancel()</code> has been called on

better phrased as "when the stream has been read from or canceled"

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/385/files#r36099740

Received on Monday, 3 August 2015 15:59:19 UTC