EventTarget
Event target base of all DOM nodes.
protected EventTarget()
Register an event handler of a specific event type on the Node.
Dispatch an event to this Node.
Checks if the given event type has any listeners registered.
Calls the listener registered for the given event.
Removes an event listener from the Node.
Removes all listeners.