Re: [streams] Add ReadableByteStream definition (#343)

> +  }
> +</code></pre>
> +
> +<h4 id="rbs-internal-slots">Internal Slots</h4>
> +
> +Instances of <code>ReadableByteStream</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>\[[closedPromise]]

Hmm, why is [[closedPromise]] here instead of on the reader? Sorry if the answer becomes obvious after reading further.

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

Received on Thursday, 30 April 2015 14:55:03 UTC