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.

Fired when a Worker object receives a message that can't be deserialized. Also available via the onmessageerror property.

Event.

Fired when a Worker object receives a message that can't be deserialized.
Also available via the onmessageerror property.
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

unhandledrejectioncljs

Event.

Sent when a JavaScript Promise is rejected but there is no handler place to catch the rejection. Also available using the onunhandledrejection event handler

Event.

Sent when a JavaScript Promise is rejected but there is no handler
place to catch the rejection.
Also available using the onunhandledrejection event handler
sourceraw docstring

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

× close