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

I'm still trying to wrap my head around the problem. Is the problem that a stream instance has no explicit way to start? That when a developer pokes at a stream instance we can no longer make `text()` work? Could someone explain that?

What I expected was that until a developer explicitly reads from the stream instance, the browser is in the clear and can use the underlying data either way. And therefore it is no problem that the stream instance is merely accessed (not used).

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

Received on Thursday, 22 January 2015 08:52:35 UTC