- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 07 Jul 2015 00:06:26 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 7 July 2015 07:06:53 UTC
> } > + > + for (const { _reject } of reader._readRequests) { > + _reject(e); > + } > + reader._readRequests = []; > + > + ReleaseReadableStreamReader(reader); This call is placed here so that this would be parallel with RBS. In RBS I'm calling this right after flushing read requests because whether we release the reader or not depends on emptiness of read requests queue. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/373/files#r34012486
Received on Tuesday, 7 July 2015 07:06:53 UTC