Firefox Tomorrow

web api instance property

ServiceWorkerRegistration: installing property

View on MDN ↗

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.

See also