web api instance property
ServiceWorkerRegistration: installing property
Secure context Available in workers
The installing read-only property of the
ServiceWorkerRegistration interface returns a service worker whose
state is installing. This property is
initially set to null.
Value
A ServiceWorker object, if it is currently in an installing
state.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.