Re: [streams] Define "tee"ing a stream (#271)

> This might be surprising since it will in effect stall stream1 until stream2 starts getting consumed. The alternative, though, is to buffer until OOM, but that does not seem desirable.

That's our usual way of doing things... Alternatively, can we notify the streams in some way that this is happening?

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

Received on Wednesday, 18 February 2015 15:59:20 UTC