Module quickjs_runtime::reflection::eventtarget
source · Expand description
EventTarget utils
Functions§
- 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 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