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

> +Instances of <code>ReadableByteStreamController</code> are created with the internal slots described in the following table:
> +
> +<table>
> +  <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

Done

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

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