Re: [streams] Initialize variables of ReadableStreamReader to the final value direc… (#373)

> @@ -884,12 +893,24 @@ this to streams they did not create, and must ensure they have obeyed the precon
>    control of the underlying source.
>  </div>
>  
> +<h4 id="close-readable-stream-reader" aoid="CloseReadableStreamReader">CloseReadableStreamReader ( reader )</h4>
> +
> +<emu-alg>
> +  1. Repeat for each _readRequestPromise_ that is an element of _reader_@[[readRequests]],

Thanks for catching it!

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

Received on Tuesday, 4 August 2015 04:12:07 UTC