- From: Jake Archibald <notifications@github.com>
- Date: Wed, 09 Aug 2017 09:09:41 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 9 August 2017 09:10:06 UTC
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