Liking cljdoc? Tell your friends :D

web.workers.WorkerGlobalScope.ev

WorkerGlobalScope Events.

WorkerGlobalScope Events.
raw docstring

closecljs

Event.

Is an EventHandler representing the code to be called when the event is raised. Also available via the WorkerGlobalScope.onclose property.

Event.

Is an EventHandler representing the code to be called when the
event is raised.
Also available via the WorkerGlobalScope.onclose property.
sourceraw docstring

errorcljs

Event.

Fired when an error occured. Also available via the WorkerGlobalScope.onerror property.

Event.

Fired when an error occured.
Also available via the WorkerGlobalScope.onerror property.
sourceraw docstring

languagechangecljs

Event.

Fired at the global/worker scope object when the user's preferred change. Also available via the WorkerGlobalScope.onlanguagechange property.

Event.

Fired at the global/worker scope object when the user's preferred
change.
Also available via the WorkerGlobalScope.onlanguagechange property.
sourceraw docstring

offlinecljs

Event.

Ffired when the browser has lost access to the network and the of navigator.onLine switched to false. Also available via the WorkerGlobalScope.onoffline property.

Event.

Ffired when the browser has lost access to the network and the
of navigator.onLine switched to false.
Also available via the WorkerGlobalScope.onoffline property.
sourceraw docstring

onlinecljs

Event.

Fired when the browser has gained access to the network and the of navigator.onLine switched to true. Also available via the WorkerGlobalScope.ononline property.

Event.

Fired when the browser has gained access to the network and the
of navigator.onLine switched to true.
Also available via the WorkerGlobalScope.ononline property.
sourceraw docstring

rejectionhandledcljs

Event.

An event handler for handled Promise rejection events. Also available via the WorkerGlobalScope.onrejectionhandled

Event.

An event handler for handled Promise rejection events.
Also available via the WorkerGlobalScope.onrejectionhandled
sourceraw docstring

unhandledrejectioncljs

Event.

An event handler for unhandled Promise rejection events. Also available via the WorkerGlobalScope.onunhandledrejection

Event.

An event handler for unhandled Promise rejection events.
Also available via the WorkerGlobalScope.onunhandledrejection
sourceraw docstring

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

× close