interface ErrorEvent
implements Event
import { type ErrorEvent } from "https://deno.land/x/deno@v1.36.0/cli/tsc/dts/lib.deno.shared_globals.d.ts";
import { ErrorEvent } from "https://deno.land/x/deno@v1.36.0/cli/tsc/dts/lib.deno.shared_globals.d.ts";
type
{ readonly prototype: ErrorEvent; new (type: string, eventInitDict?: ErrorEventInit): ErrorEvent; }