Re: [streams] First draft at tee algorithms, for critique (#302)

> Ok, this is where I had different expectations. I was thinking branch1 === originalStream, but here you are effectively consuming it.

In my opinion it seems more natural from the Streams POV though it looks a bit strange from the Fetch API POV (`res.clone()` changes `res.body`). In this case the former is more important for me, so the current proposal is fine with me.


---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/302#issuecomment-83263032

Received on Thursday, 19 March 2015 01:57:08 UTC