W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
ErrorEvent
class
ErrorEvent
extends
Event
{
constructor
(
type
:
string
,
eventInitDict?
:
ErrorEventInit
);
readonly
colno
:
number
;
readonly
error
:
any
;
readonly
filename
:
string
;
readonly
lineno
:
number
;
readonly
message
:
string
;
}
Extends
Event
Constructors
new
ErrorEvent(
type
:
string
,
eventInitDict?
:
ErrorEventInit
)
Properties
colno
:
number
error
:
any
filename
:
string
lineno
:
number
message
:
string
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/ErrorEvent