Re: [whatwg/streams] Backpressure from tee-ing and slow/pending consumer (#506)

> Does current definition assume infinite or a significantly large internal buffer when you teed the stream?

Yes; data is never lost when using streams, even after you tee.

> If a user decide to read just one of the branch to completion, and then read the remaining branch, should the user expect to run into backpressure for significantly large data size? 

Yes.

> Or should implementation handle this internally for as much as possible?

I'm not sure how it could...

-- 
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/506#issuecomment-241087336

Received on Friday, 19 August 2016 17:51:20 UTC