Readonly
bubblesThis is not used in Node.js and is provided purely for completeness.
Readonly
cancelableTrue if the event was created with the cancelable option
Alias for event.stopPropagation(). This is not used in Node.js and is provided purely for completeness.
Readonly
composedThis is not used in Node.js and is provided purely for completeness.
Readonly
currentAlias for event.target.
Readonly
defaultIs true if cancelable is true and event.preventDefault() has been called.
Readonly
eventThis is not used in Node.js and is provided purely for completeness.
Readonly
isThe AbortSignal
"abort" event is emitted with isTrusted
set to true
. The value is false
in all other cases.
This is not used in Node.js and is provided purely for completeness.
Readonly
srcAlias for event.target.
Readonly
targetThe EventTarget
dispatching the event
Readonly
timeThe millisecond timestamp when the Event object was created.
Readonly
typeReturns the type of event, e.g. "click", "hashchange", or "submit".
Returns an array containing the current EventTarget as the only entry or empty if the event is not being dispatched. This is not used in Node.js and is provided purely for completeness.
An event which takes place in the DOM.