[ServiceWorker] Response streaming and SW lifetime (#651)

With https://github.com/yutakahirano/fetch-with-streams/ by @yutakahirano `Response` objects can have their bits streamed from some logic in the SW. However, if this is done e.g. for media files that would mean the SW would be kept alive for potentially hours, which is not exactly what SW is designed for.

Curious what the thinking is on this.


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

Received on Thursday, 12 March 2015 11:28:33 UTC