Worker Events.
Worker Events.
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.
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.
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
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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close