Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/tsc/dts/lib.deno.shared_globals.d.ts>ErrorEvent

A modern runtime for JavaScript and TypeScript.
Go to Latest
class ErrorEvent
extends Event
import { ErrorEvent } from "https://deno.land/x/deno@v1.32.3/cli/tsc/dts/lib.deno.shared_globals.d.ts";

Constructors

new
ErrorEvent(type: string, eventInitDict?: ErrorEventInit)

Properties

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