Results 1 - 20 of 73

ServiceWorkerState

The ServiceWorkerState is associated with its ServiceWorker's state.
Service Workers ServiceWorker

ServiceWorkerGlobalScope.skipWaiting()

The ServiceWorkerGlobalScope.skipWaiting() method of the ServiceWorkerGlobalScope forces the waiting service worker to become the active service worker.
API Method Reference Référence ServiceWorker skipWaiting

Clients.matchAll()

The matchAll() method of the Clients interface returns a Promise for a list of service worker clients. Include the options parameter to return all service worker clients whose origin is the same as the associated service worker's origin. If options are not included, the method returns only the service worker clients controlled by the service worker. 
API Clients Experimental Expérimental Method Reference Service Workers ServiceWorker