- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 03 Aug 2015 10:32:59 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 3 August 2015 17:33:26 UTC
> @@ -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