Module eventtarget

Source

Structsยง

EventListenerEntry ๐Ÿ”’
A listener in a collection of event listeners.
EventListeners ๐Ÿ”’
A mix of potentially uncompiled and compiled event listeners of the same type.
EventTarget
InternalRawUncompiledHandler ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#internal-raw-uncompiled-handler

Enumsยง

CommonEventHandler ๐Ÿ”’
CompiledEventListener ๐Ÿ”’
A representation of an EventListener/EventHandler object that has previously been compiled successfully, if applicable.
EventListenerType ๐Ÿ”’
InlineEventListener ๐Ÿ”’
A representation of an event handler, either compiled or uncompiled raw source, or null.
ListenerPhase ๐Ÿ”’

Constantsยง

_IMPL_DOMOBJECT_FOR_EventTarget ๐Ÿ”’

Staticsยง

CONTENT_EVENT_HANDLER_NAMES ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#event-handler-content-attributes containing the values from https://html.spec.whatwg.org/multipage/#globaleventhandlers and https://html.spec.whatwg.org/multipage/#windoweventhandlers as well as specific attributes for elements

Functionsยง

get_compiled_handler ๐Ÿ”’
Get a compiled representation of this event handler, compiling it from its raw source if necessary. https://html.spec.whatwg.org/multipage/#getting-the-current-value-of-the-event-handler