Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OnErrorEventHandlerNonNull

interface OnErrorEventHandlerNonNull {
(
event: Event | string,
source?: string,
lineno?: number,
colno?: number,
error?: Error,
): any;
}

§Call Signatures

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