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

> +  <thead>
> +    <tr>
> +      <th>Internal Slot</th>
> +      <th>Description (<em>non-normative</em>)</th>
> +    </tr>
> +  </thead>
> +  <tr>
> +    <td>\[[controlledReadableByteStream]]
> +    <td>The <a href="#rbs-class"><code>ReadableByteStream</code></a> instance controlled
> +  </tr>
> +  <tr>
> +    <td>\[[underlyingByteSource]]
> +    <td>An object representation of the stream's underlying byte source
> +  </tr>
> +  <tr>
> +    <td>\[[pullAgain]]

Got it! Regarding `pulling`, I made a small change (removing fulfill) since the current pull operation of the readable byte stream doesn't use a promise.

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

Received on Friday, 18 December 2015 05:38:04 UTC