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

> However, we can add convenience versions of read()/ready/state on to ReadableStream for people who don't want to be bothered.

That is an idea of proxying `read()`, `.ready` and `.state`, right? Then I think introducing a pseudo-state "locked by someone" is a good way.

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

Received on Friday, 28 November 2014 01:53:18 UTC