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

If the response is from the cache, when response.body attribute is accessed, the browser starts seeking the disk.
I thought, this is curious. So I thought that the body attribute should be a method.

But I'm not familiar with the common sense of JavaScript.
If this behaviour is acceptable, the body attribute is OK for me.


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

Received on Thursday, 22 January 2015 03:08:46 UTC