Skip to main content
Module

x/evt/mod.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.13/mod.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