Results 41 - 60 of 73

ServiceWorkerGlobalScope.onactivate

The onactivate property of the ServiceWorkerGlobalScope interface is an event handler fired whenever an activate event occurs (when the service worker activates). This happens after installation, when the page to be controlled by the service worker refreshes.
API onactivate Property Reference Service ServiceWorker ServiceWorkerGlobalScope Workers

ServiceWorkerGlobalScope.onfetch

The onfetch property of the ServiceWorkerGlobalScope interface is an event handler fired whenever a fetch event occurs (usually when the ServiceWorkerGlobalScope.fetch method is called.)
API onfetch Property Reference Service ServiceWorker ServiceWorkerGlobalScope Workers

ServiceWorkerGlobalScope.onmessage

The ServiceWorkerGlobalScope.onmessage event of the ServiceWorkerGlobalScope interface is called whenever incoming messages are received.
API onMessage onmessage Property Reference Service ServiceWorker ServiceWorkerGlobalScope Workers

ServiceWorkerGlobalScope.onpush

The ServiceWorkerGlobalScope.onpush event of the ServiceWorkerGlobalScope interface is fired whenever a push message is received by a service worker via a push server.
API onpush Property Push Reference Service Workers ServiceWorker ServiceWorkerGlobalScope

ServiceWorkerRegistration.getNotifications()

The getNotifications() method of the ServiceWorkerRegistration interface returns a list of the notifications that have been fired from the current service worker.
API Experimental getNotifications Method Notifications Reference Service Workers ServiceWorker ServiceWorkerRegistration