Static
Readonly
NONEThe NONE constant.
Static
Readonly
CAPTURING_The CAPTURING_PHASE constant.
Static
Readonly
AT_The AT_TARGET constant.
Static
Readonly
BUBBLING_The BUBBLING_PHASE constant.
Readonly
NONEThe NONE constant.
Readonly
CAPTURING_The CAPTURING_PHASE constant.
Readonly
AT_The AT_TARGET constant.
Readonly
BUBBLING_The BUBBLING_PHASE constant.
Private
#internalThe internal data of the event.
Returns the type of the event
Returns the target of the event
Returns the srcElement of the event
Returns the currentTarget of the event
Returns the event phase of the event
Returns the cancelBubble property of the event
Sets the cancelBubble property of the event
the value to set
Returns a boolean indicating whether the event bubbles up through the DOM or not
Returns a boolean indicating whether the event is cancelable or not
Returns a boolean indicating whether the event's default action can be prevented or not
Sets the returnValue property of the event
the value to set
Returns a boolean indicating whether the event's default action has been prevented or not
Returns a boolean indicating whether the event is composed or not
Returns a boolean indicating whether the event is trusted or not
Returns the time stamp of the event
Returns the composed path of the event
Initializes the event
the type of the event
a boolean indicating whether the event bubbles up through the DOM or not
a boolean indicating whether the event is cancelable or not
Generated using TypeDoc v0.23.24
Classdesc
This class is a polyfill for the Event class for older browsers that do not have native support.