- From: James M Snell <notifications@github.com>
- Date: Mon, 04 Oct 2021 09:20:04 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 4 October 2021 16:20:17 UTC
Looking at `ReadableByteStreamControllerClose`, there is an existing check to see if `pendingPullIntos` is not empty, but if it's not, the only check performed there is whether `bytesFilled` is not zero. When `ReadableByteStreamControllerClose` defers to `ReadableStreamClose`, only ReadableStreamDefaultReader pending closes are resolved. -- 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/1170#issuecomment-933643504
Received on Monday, 4 October 2021 16:20:17 UTC