[whatwg/streams] should ReadableStreamClose() resolve BYOB reader readIntoRequests? (#455)

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