deno.com

method Event.initEvent

#Event.initEvent(
type: string,
bubbles?: boolean,
cancelable?: boolean,
): void

Parameters #

#type: string
optional
#bubbles: boolean
optional
#cancelable: boolean

Return Type #

void