- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 14 Jan 2015 21:18:42 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 15 January 2015 05:19:13 UTC
> @@ -558,8 +558,13 @@ Instances of <code>ReadableStream</code> are created with the internal slots des > </div> > > <ol> > - <li> If <b>this</b>@\[[reader]] is not <b>undefined</b>, return <b>this</b>@\[[reader]]@\[[lockReleased]]. > - <li> Return <b>this</b>@\[[readyPromise]]. > + <li> If <b>this</b>@\[[readableStreamReader]] is not <b>undefined</b>, return the result of transforming > + <b>this</b>@\[[readableStreamReader]]@\[[lockReleased]] by a fulfillment handler that returns <b>this</b>@\[[readyPromise]]. Thank you for catching that!!! You are totally right. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/262/files#r22991081
Received on Thursday, 15 January 2015 05:19:13 UTC