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

@tyoshino @horo-t 

Can you initialize your stream to a dormant "waiting" state and then only start the IPC when someone first tries to observe that state?  So checking the state, adding a state event listener, trying to read, etc.

If possible, this would avoid the IPC being triggered in the getter.

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

Received on Friday, 23 January 2015 17:32:54 UTC