Edit in GitHubLog an issue

window.ErrorEvent

See

ErrorEvent(typeArg, [eventInit])

Creates an instance of ErrorEvent.

ParamTypeDefault
typeArg
*
[eventInit]
*
{}

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

composed : boolean

Read only

eventPhase

Read only

defaultPrevented : boolean

Read only

returnValue : *

initEvent(typeArg, bubblesArg, cancelableArg)

ParamType
typeArg
string
bubblesArg
boolean
cancelableArg
boolean

composedPath()

Returns the event's path

See

preventDefault()

stopImmediatePropagation()

stopPropagation()

Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.