Results 1 - 5 of 5

Element.onlostpointercapture

onlostpointercapture is an EventHandler property of the Element interface that returns the event handler (function) for the lostpointercapture event type.
API DOM EventHandler Pointer Events Property Reference

AbstractWorker.onerror

The AbstractWorker.onerror property of the AbstractWorker interface represents an EventHandler, that is a function to be called when the error event occurs and bubbles through the Worker.
AbstractWorker API EventHandler onerror Property Reference Référence Web Workers Workers

Element.ongotpointercapture

ongotpointercapture is an EventHandler property of the Element interface that returns the event handler (function) for the gotpointercapture event type.
API DOM Element EventHandler Pointer Events Property Reference

Worker.onmessage

The onmessage property of the Worker interface represents an EventHandler, that is a function to be called when the message event occurs. These events are of type MessageEvent and will be called when the worker's parent receives a message (i.e. from the DedicatedWorkerGlobalScope.postMessage method.
API EventHandler onmessage Property Reference Référence Web Workers Worker

WorkerGlobalScope.onerror

The onerror property of the WorkerGlobalScope interface represents an EventHandler to be called when the error event occurs and bubbles through the Worker.
API EventHandler onerror Property Reference Référence Web Workers WorkerGlobalScope