Skip to main content
Module

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

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

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