Skip to main content
Module

x/evt/lib/types/index.ts>dom.OnErrorEventHandlerNonNull

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.OnErrorEventHandlerNonNull
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { OnErrorEventHandlerNonNull } = dom;

Call Signatures

(
event: Event | string,
source?: string,
lineno?: number,
colno?: number,
error?: Error,
): any