Re: [whatwg/streams] Fix tee() incorrectly closing before enqueuing to the second branch (#1172)

Interestingly, [all engines already pass the new test](https://wpt.fyi/results/streams/readable-streams/tee.any.html?label=pr_head&max-count=1&pr=31159) because they haven't yet implemented #1045. They still use a promise for `ReadableStreamDefaultReaderRead`, so they don't have the reentrancy problem with synchronously calling `closeSteps` yet.

So does it still make sense to file bugs? 🤔 

-- 
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/pull/1172#issuecomment-941543650

Received on Tuesday, 12 October 2021 20:59:25 UTC