Package-level declarations

Types

Link copied to clipboard
open class ErrorEvent(val type: EventType<ErrorEvent>, init: ErrorEventInit = definedExternally) : Event

The ErrorEvent interface represents events providing information related to errors in scripts or in files.

Link copied to clipboard

Properties

Functions

Link copied to clipboard
Link copied to clipboard
external fun reportError(error: JsError)