clients property
Clients
get
clients
@AvailableInWorkers("service")
The clients
read-only property of the
ServiceWorkerGlobalScope interface returns the
Clients
object associated with the service worker.
Implementation
external Clients get clients;