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]],

Forgot to set to an empty list after this.

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

Received on Monday, 3 August 2015 17:33:26 UTC