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

> +  </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
> +  </tr>
> +  <tr>
> +    <td>\[[totalQueuedBytes]]
> +    <td>An integer representing the number of bytes queued
> +  </tr>
> +  <tr>
> +    <td>\[[closeRequested]]
> +    <td>A boolean flag indicating whether the stream has been closed by its underlying byte source, but still has

Done

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

Received on Friday, 18 December 2015 05:42:33 UTC