Readonly bubblesAlias for event.stopPropagation(). This is not used in Node.js and is provided purely for completeness.
Readonly cancelableTrue if the event was created with the cancelable option
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".
This is not used in Node.js and is provided purely for completeness.