ErrorEvent

JS
1.1
open class ErrorEvent : Event
(source)

Exposes the JavaScript ErrorEvent to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript ErrorEvent to Kotlin

ErrorEvent(
    type: String,
    eventInitDict: ErrorEventInit = definedExternally)

Properties

JS
1.1

colno

open val colno: Int
JS
1.1

error

open val error: Any?
JS
1.1

filename

open val filename: String
JS
1.1

lineno

open val lineno: Int
JS
1.1

message

open val message: String

Companion Object Properties

JS
1.1

AT_TARGET

val AT_TARGET: Short
JS
1.1

BUBBLING_PHASE

val BUBBLING_PHASE: Short
JS
1.1

CAPTURING_PHASE

val CAPTURING_PHASE: Short
JS
1.1

NONE

val NONE: Short