Re: [ServiceWorker] Can we change the body attribute of Request/Response to a method? (#606)

Sorry. I'd like to correct the last paragraph in my comment https://github.com/slightlyoff/ServiceWorker/issues/606#issuecomment-71144762

`.start()` does make a change on the ReadableStream which is visible to JS. Before `.start()`, the ReadableStream never becomes `"readable"`, but after `.start()`, it will.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/606#issuecomment-71156329

Received on Friday, 23 January 2015 07:20:51 UTC