Skip to main content
Module

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

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

Events providing information related to errors in scripts or in files.

Properties

readonly
colno: number
readonly
error: any
readonly
filename: string
readonly
lineno: number
readonly
message: string