This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

EventTarget

Summary

This page lists properties, methods, and events for the EventTarget object.

Properties

No properties.

Methods

addEventListener
Registers an event handler for the specified event type.
dispatchEvent
Sends an event to the current element.
removeEventListener
Removes an event handler that the addEventListener method registered.

Events

No events.

Related specifications

DOM Level 2 Events
Recommendation