ErrorEvent
open class ErrorEvent(val type: EventType<ErrorEvent>, init: ErrorEventInit = definedExternally) : Event(source)
The ErrorEvent
interface represents events providing information related to errors in scripts or in files.
The ErrorEvent
interface represents events providing information related to errors in scripts or in files.