Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/typing/lib.dom.ts>ErrorEvent

Deno Standard Extensions
Latest
interface ErrorEvent
implements Event
import { type ErrorEvent } from "https://deno.land/x/yxz@0.32.0/typing/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