Module eventtarget

Source
Expand description

EventTarget utils

Functionsยง

_set_event_bubble_target
add_event_listener
add_static_event_listener
dispatch_event
dispatch an Event on an instance of a Proxy class the return value is false if event is cancelable and at least one of the event listeners which received event called Event.preventDefault. Otherwise it returns true
dispatch_static_event
dispatch an Event on a Proxy class the return value is false if event is cancelable and at least one of the event listeners which received event called Event.preventDefault. Otherwise it returns true
remove_event_listener
remove_static_event_listener