Re: [streams] Byte stream update, including reference implementation (#361)

>      <td>\[[controlledReadableByteStream]]
>      <td>The <code>ReadableByteStream</code> instance controlled
>    </tr>
> +  <tr>
> +    <td>\[[pendingViews]]
> +    <td>A List of objects implementing the ArrayBufferView type provided by the consumer via
> +      <code>ReadableByteStreamByobReader</code>; used only when the provided underlying byte source doesn't have the

This isn't quite accurate, right? It's used whenever enqueue() is used.

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

Received on Thursday, 11 June 2015 20:23:10 UTC