Firefox Tomorrow

web api instance property

ServiceWorkerRegistration: waiting property

View on MDN ↗

Secure context Available in workers

The waiting read-only property of the ServiceWorkerRegistration interface returns a service worker whose state is installed. This property is initially set to null.

Value

A ServiceWorker object, if it is currently in an installed 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