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