Clients
Functions
The claim()
method of the Clients interface allows an active service worker to set itself as the ServiceWorkerContainer.controller for all clients within its ServiceWorkerRegistration.scope.
The matchAll()
method of the Clients interface returns a Promise for a list of service worker clients whose origin is the same as the associated service worker's origin.
The matchAll()
method of the Clients interface returns a Promise for a list of service worker clients whose origin is the same as the associated service worker's origin.
The openWindow()
method of the Clients interface creates a new top level browsing context and loads a given URL.
The openWindow()
method of the Clients interface creates a new top level browsing context and loads a given URL.