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

At least for ReadableStream, checking if the lock is acquired is useful, I think. Having a boolean property (`.readable` or `.locked` ?) on ReadableStream is one idea and having a boolean property (`.released`) on Reader is another idea. The latter is somewhat similar to introducing a new pseudo-state.



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

Received on Tuesday, 2 December 2014 11:44:59 UTC