Clients
Functions
Link copied to clipboard
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.
Link copied to clipboard
The matchAll()
method of the Clients interface returns a Promise for a list of service worker Client objects.
Link copied to clipboard
fun <T : ClientQueryOptions> matchAllAsync(options: T = definedExternally): Promise<ReadonlyArray<Client>>
The matchAll()
method of the Clients interface returns a Promise for a list of service worker Client objects.
Link copied to clipboard
The openWindow()
method of the Clients interface creates a new top level browsing context and loads a given URL.
Link copied to clipboard
The openWindow()
method of the Clients interface creates a new top level browsing context and loads a given URL.