Liking cljdoc? Tell your friends :D
ClojureScript only.

web.workers.ServiceWorkerGlobalScope.ev

ServiceWorkerGlobalScope Events.

ServiceWorkerGlobalScope Events.
raw docstring

activatecljs

Event.

Occurs when a ServiceWorkerRegistration acquires a new ServiceWorkerRegistration.active Also available via the ServiceWorkerGlobalScope.onactivate property.

Event.

Occurs when a ServiceWorkerRegistration acquires a new ServiceWorkerRegistration.active
Also available via the ServiceWorkerGlobalScope.onactivate property.
sourceraw docstring

messagecljs

Event.

In thie example a page gets a handle to the web.workers.ServiceWorker via ServiceWorkerRegistration.active, and then calls its postMessage

See also: https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerGlobalScope/message_event

Event.

In thie example a page gets a handle to the `web.workers.ServiceWorker`
via `ServiceWorkerRegistration.active`, and then calls its postMessage

See also: `https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerGlobalScope/message_event`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close