Re: [streams] Convert readable stream pull() to promise-returning (#272)

> @@ -344,7 +351,7 @@ Instances of <code>ReadableStream</code> are created with the internal slots des
>    <li> Set <b>this</b>@\[[readyPromise]] and <b>this</b>@\[[closedPromise]] to new promises.
>    <li> Set <b>this</b>@\[[queue]] to a new empty List.
>    <li> Set <b>this</b>@\[[state]] to <code>"waiting"</code>.
> -  <li> Set <b>this</b>@\[[started]], <b>this</b>@\[[draining]], and <b>this</b>@\[[pulling]] to <b>false</b>.
> +  <li> Set <b>this</b>@\[[started]], <b>this</b>@\[[draining]], and <b>this</b>@\[[pulLScheduled]] to <b>false</b>.

L -> l

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

Received on Thursday, 5 February 2015 07:51:24 UTC