Re: [streams] Should we "lock" readable streams while piping? (#241)

I guess the disadvantage of going back to [[piping]] is that other consumers which want an exclusive lock (like the `.json()` function in Fetch) then need to go through contortions like piping to a backpressure-less writable stream that accumulates the data. That sucks.

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

Received on Tuesday, 25 November 2014 21:41:55 UTC