window.ErrorEvent
See
- https://developer.mozilla.org/en-US/docs/Web/API/ErrorEvent
- https://html.spec.whatwg.org/#the-errorevent-interface
message#
Read only
filename#
Read only
lineno#
Read only
colno#
Read only
error#
Read only
type#
Read only
isTrusted : boolean
#
Read only
target : Node
#
Read only
currentTarget : Node
#
Read only
bubbles : boolean
#
Read only
cancelable : boolean
#
Read only
eventPhase#
Read only
defaultPrevented : boolean
#
Read only
returnValue : *
#
initEvent(typeArg, bubblesArg, cancelableArg)#
Param | Type |
---|---|
typeArg | string |
bubblesArg | boolean |
cancelableArg | boolean |
preventDefault()#
stopImmediatePropagation()#
stopPropagation()#
ErrorEvent#
ErrorEvent(typeArg, [eventInit])#
Creates an instance of ErrorEvent.
Param | Type | Default |
---|---|---|
typeArg | * | |
[eventInit] | * | {} |