- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 04 Feb 2015 23:50:55 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 5 February 2015 07:51:24 UTC
> @@ -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