Re: [whatwg/streams] ReadableStreamTee pulls too many chunks (#996)

Be careful with words like "simultaneously" or "at the same time" in JS, since that's not really possible in a single-threaded language. I guess you mean "while the previous call's promise hasn't yet settled".

But yeah, otherwise, very nice find. Your OP should be pretty easy to turn into a web platform test, and illustrates the problem nicely.

-- 
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/996#issuecomment-466204422

Received on Thursday, 21 February 2019 23:04:39 UTC