Liking cljdoc? Tell your friends :D

web.workers.Worker.ev

Worker Events.

Worker Events.
raw docstring

messagecljs

Event.

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

Event.

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

messageerrorcljs

Event.

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

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

Event.

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

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

rejectionhandledcljs

Event.

Sent every time a JavaScript Promise is rejected, regardless whether or not there is a handler in place to catch the rejection. Also available through the onrejectionhandled event handler

Event.

Sent every time a JavaScript Promise is rejected, regardless
whether or not there is a handler in place to catch the rejection.
Also available through the onrejectionhandled event handler
sourceraw docstring

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

× close