Structsยง
- Event
Listener ๐Entry - A listener in a collection of event listeners.
- Event
Listeners ๐ - A mix of potentially uncompiled and compiled event listeners of the same type.
- Event
Target - Internal
RawUncompiled ๐Handler - https://html.spec.whatwg.org/multipage/#internal-raw-uncompiled-handler
Enumsยง
- Common
Event ๐Handler - Compiled
Event ๐Listener - A representation of an EventListener/EventHandler object that has previously been compiled successfully, if applicable.
- Event
Listener ๐Type - Inline
Event ๐Listener - A representation of an event handler, either compiled or uncompiled raw source, or null.
- Listener
Phase ๐
Constantsยง
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