import { EventTarget } from "https://deno.land/x/deno@v0.28.0/cli/js/event_target.ts";
Methods
addEventListener(): void
type: string,
callback: (event: domTypes.Event) => void | null,
options?: domTypes.AddEventListenerOptions | boolean,
dispatchEvent(event: domTypes.Event): boolean
removeEventListener(): void
type: string,
callback: (event: domTypes.Event) => void | null,
options?: domTypes.EventListenerOptions | boolean,