- From: Ben Kelly <notifications@github.com>
- Date: Wed, 25 May 2016 14:10:46 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc:
Received on Wednesday, 25 May 2016 21:11:17 UTC
In ReadableStreamClose() we iterate over default reader's readRequests to resolve all of their promises. We don't, however, do this for BYOB reader readIntoRequests. Is this intentional? Note that we do iterate and reject BYOB reader readIntoRequests in ReadableStreamError(). --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/455
Received on Wednesday, 25 May 2016 21:11:17 UTC