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