Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface ErrorEvent
implements Event

Properties

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

type

{ readonly prototype: ErrorEvent; new (type: string, eventInitDict?: ErrorEventInit): ErrorEvent; }