Re: [streams] Should readable streams start right away? (#269)

I think that, especially now that we have the flexibility provided by the separate `getReader()` and async `read()`, this issue can be considered solved. Although `ReadableStream` instances will start immediately, readable streams in general don't have to, and with some clever underlying source code you can even get a `ReadableStream` that doesn't really start immediately.

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

Received on Thursday, 12 March 2015 09:21:24 UTC