- From: Matt Falkenhagen <notifications@github.com>
- Date: Wed, 10 Oct 2018 07:44:49 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 October 2018 14:45:12 UTC
Yes I believe the spec intention is to keep sending functional events to the active worker. To deal with the problem of never activating due to continuous events, Chrome implements a hard timeout of 5 minutes to let a "lame duck" worker continue being the active worker. In theory this can also happen without skipWaiting: i.e., all clients are closed but the active worker keeps getting events somehow (e.g., lots of push messages). -- 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/1295#issuecomment-428600307
Received on Wednesday, 10 October 2018 14:45:12 UTC