Re: [whatwg/streams] Possible spec bug with concurrent byob reads (#1170)

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