Re: [streams] Have each of the stream and reader hold promises (#277)

> @@ -605,18 +592,12 @@ Instances of <code>ExclusiveStreamReader</code> are created with the internal sl
>        <a href="#is-exclusive-stream-reader">IsExclusiveStreamReader</a> brand check
>    </tr>
>    <tr>
> -    <td>\[[lockReleased]]
> -    <td>A promise that becomes fulfilled when the reader releases its lock on the stream
> -  </tr>
> -  <tr>
> -    <td>\[[readyAfterRelease]]
> -    <td>A promise returned by the reader's <code>ready</code> getter after the reader's lock is released, or
> -      <b>undefined</b> before then
> +    <td>\[[state]]

Alphabetize these ([[[state]] should come after [[readyPromise]]).

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

Received on Friday, 6 February 2015 20:28:45 UTC