Firefox Tomorrow

web api instance property

ServiceWorkerGlobalScope: registration property

View on MDN ↗

Secure contextAvailable in workers

The registration read-only property of the ServiceWorkerGlobalScope interface returns a reference to the ServiceWorkerRegistration object, which represents the service worker’s registration.

Value

A ServiceWorkerRegistration object.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also