W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
ErrorEventInit
interface
ErrorEventInit
extends
EventInit
{
colno?
:
number
;
error?
:
any
;
filename?
:
string
;
lineno?
:
number
;
message?
:
string
;
}
Extends
EventInit
Properties
colno?
:
number
error?
:
any
filename?
:
string
lineno?
:
number
message?
:
string
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/ErrorEventInit