Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

dispatchEvent

Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

function dispatchEvent(event: Event): boolean;
§
dispatchEvent(event: Event): boolean
[src]

§Parameters

§Return Type

§
boolean
[src]