Re: [streams] Fill the internal slots section of ReadableByteStreamController (#417)

> +  </tr>
> +  <tr>
> +    <td>\[[pullAgain]]
> +    <td>A boolean flag indicating that pulling from the underlying byte source should be made once again
> +  </tr>
> +  <tr>
> +    <td>\[[pulling]]
> +    <td>A boolean flag indicating that the underlying byte source is currently being pulled
> +  </tr>
> +  <tr>
> +    <td>\[[pendingPullIntos]]
> +    <td>A List representing the stream's internal queue of pending pullInto operations
> +  </tr>
> +  <tr>
> +    <td>\[[queue]]
> +    <td>A List representing the stream's internal queue of chunks

Is it fine to wrap all `chunk` occurrences in a paragraph(s), or only the first one like dictionary?

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

Received on Friday, 18 December 2015 05:40:49 UTC