Dispatches a synthetic event to event target and returns true if either * event's cancelable attribute value is false or its preventDefault() method * was not invoked, and false otherwise.
(event: Event)
| 7837 | * event's cancelable attribute value is false or its preventDefault() method |
| 7838 | * was not invoked, and false otherwise. */ |
| 7839 | dispatchEvent(event: Event): boolean; |
| 7840 | /** Removes the event listener in target's event listener list with the same |
| 7841 | * type, callback, and options. */ |
| 7842 | removeEventListener( |
no outgoing calls