Back to Content

ServiceWorkerGlobalScope: clients property

files/en-us/web/api/serviceworkerglobalscope/clients/index.md

latest742 B
Original Source

{{APIRef("Service Workers API")}}{{SecureContext_Header}}{{AvailableInWorkers("service")}}

The clients read-only property of the {{domxref("ServiceWorkerGlobalScope")}} interface returns the Clients object associated with the service worker.

Value

The {{domxref("Clients")}} object associated with the specific worker.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also