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

@yutakahirano I do. But it's just one of the solutions we have to address the issue (https://github.com/slightlyoff/ServiceWorker/issues/606).

https://github.com/whatwg/streams/issues/269#issuecomment-70978727 which is elaborated by Domenic in https://github.com/whatwg/streams/issues/269#issuecomment-71042249 is categorized into approaches that add a trigger point to make the response "inert" to "non-inert" on the `Response` object, not on `ReadableStream`.

https://github.com/whatwg/streams/issues/269#issuecomment-70976753 is categorized into approaches that add a trigger point to do so on the `ReadableStream`. The category includes (2) in Domenic's https://github.com/whatwg/streams/issues/269#issue-55052562, too.

Currently, I'm thinking we can go with the former approach.

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

Received on Tuesday, 27 January 2015 06:39:42 UTC