[w3c/ServiceWorker] How long can the service worker stay awake during an active fetch (#1182)

This issue was WONTFIX'd https://bugs.chromium.org/p/chromium/issues/detail?id=753646 because "Chrome stops the service worker after 5+ minutes timeout even if it is streaming."

This means it's impossible to use service worker to serve a stream of a 2hr movie.

I feels like we should enable this somehow. Eg `fetchEvent.waitUntil` should be able to keep the service worker alive for as long as the fetch is in-progress.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1182

Received on Wednesday, 9 August 2017 09:10:06 UTC