EventTarget
Event target base of all DOM nodes.
public EventTarget()
Creates a new event target in the DOM.
Register an event handler of a specific event type on the Node.
Dispatch an event to this Node.
Removes an event listener from the Node.