Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.61k stars 1.38k forks source link

Support for Service Worker Life Cycle Events #4601

Open NoelAbrahams opened 5 years ago

NoelAbrahams commented 5 years ago

Hi

Support for events notifying changes to the state of a Service Worker is not consistent across browsers, eg https://github.com/Microsoft/ChakraCore/issues/5815

Please consider adding support for the following:

The last two appear to be supported across browsers, but not the first two.

Thanks!

NoelAbrahams commented 5 years ago

Not sure if this is too granular but ServiceWorkerRegistration.update is also part of the life cycle.