ServiceWorkerGlobalScope: clients property

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

Note: This feature is only available in Service Workers.

The clients read-only property of the ServiceWorkerGlobalScope interface returns the Clients object associated with the service worker.

Value

The Clients object associated with the specific worker.

Specifications

See also