PromiseRejectionEvent

JS
1.1
open class PromiseRejectionEvent : Event
(source)

Exposes the JavaScript PromiseRejectionEvent to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript PromiseRejectionEvent to Kotlin

PromiseRejectionEvent (
type : String ,
eventInitDict : PromiseRejectionEventInit )

Properties

JS
1.1

promise

open val promise : Promise < Any ? >
JS
1.1

reason

open val reason : Any ?

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