Package-level declarations

Types

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

Events providing information related to errors in scripts or in files.

Link copied to clipboard
external interface ErrorEventInit : EventInit
Link copied to clipboard
Link copied to clipboard
sealed external class ErrorEventTypes_deprecated

Functions

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