Liking cljdoc? Tell your friends :D
ClojureScript only.

web.workers.DedicatedWorkerGlobalScope.ev

DedicatedWorkerGlobalScope Events.

DedicatedWorkerGlobalScope Events.
raw docstring

messagecljs

Event.

Fired when the worker receives a message from its parent. Also available via the onmessage property.

Event.

Fired when the worker receives a message from its parent.
Also available via the onmessage property.
sourceraw docstring

messageerrorcljs

Event.

The messageerror event is fired on a web.workers.DedicatedWorkerGlobalScope when it receives a message that can't be deserialized.

See also: https://developer.mozilla.org/en-US/docs/Web/API/DedicatedWorkerGlobalScope/messageerror_event

Event.

The messageerror event is fired on a `web.workers.DedicatedWorkerGlobalScope`
when it receives a message that can't be deserialized.

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

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

× close