Re: [streams] Custom tee function (#401)

@wanderview, I assume that you refer to the Firefox implementation?  What happens when you have vastly different consumption rates for the two streams?  If one reader is 1 gigabyte ahead of the other, do you exert back pressure?  The view was that the actual chunks for the stream could be garbage collected once both teed streams have read them.

Oh, and the requirement for SameObject on the chunks would need to be relaxed to accomplish this.  That assumes of course that the SameObject requirement wasn't needed for a reason that we couldn't think of during the meeting.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/401#issuecomment-151316889

Received on Monday, 26 October 2015 23:52:12 UTC