- From: Jake Archibald <notifications@github.com>
- Date: Tue, 04 Jun 2019 01:31:05 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 4 June 2019 08:31:29 UTC
As a general rule, we should ensure that the following properties are updated: * `installing`/`waiting`/`active` on registration objects. * `state` on service worker objects. …before notifying the developer that any of those things have changed. Our current notifications are: * `updatefound` event on registration objects. * `statechange` event on service worker objects. * `navigator.serviceWorker.ready`. * `install`, `activate` event on the service worker global. I'll review the spec for this, and ideally come up with a system that enforces the above. -- 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/1273#issuecomment-498575637
Received on Tuesday, 4 June 2019 08:31:29 UTC