interface dom.ErrorEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/types/index.ts";
const { ErrorEvent } = dom;
Events providing information related to errors in scripts or in files.
import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/types/index.ts";
const { ErrorEvent } = dom;
Events providing information related to errors in scripts or in files.