- From: Jake Archibald <notifications@github.com>
- Date: Tue, 02 Aug 2016 08:51:00 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 2 August 2016 15:51:37 UTC
Some thoughts on our options here: 1. Let the browser create concurrent instances of the service worker whenever it wants 2. Allow particular events to opt into or out of concurrency, so fetch events could be split across many instances but message events may not 3. Make concurrency an opt in/out feature by the developer I'd prefer the first, but the others are ways out if it breaks the web in ways we can't work around. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/756#issuecomment-236948511
Received on Tuesday, 2 August 2016 15:51:37 UTC