Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/js/web/error_event.ts>ErrorEventImpl

A modern runtime for JavaScript and TypeScript.
Go to Latest
class ErrorEventImpl
implements ErrorEvent
extends Event
import { ErrorEventImpl } from "https://deno.land/x/deno@v1.0.0/cli/js/web/error_event.ts";

Constructors

new
ErrorEventImpl(type: string, unnamed 1?: ErrorEventInit)

Properties

readonly
colno: number
readonly
error: any
readonly
filename: string
readonly
lineno: number
readonly
message: string
readonly
[Symbol.toStringTag]: string