Module script::dom::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.
Enumsยง
- 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.
Constantsยง
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