PromiseRejectionEvent

open external class PromiseRejectionEvent(type: String, eventInitDict: PromiseRejectionEventInit) : Event

Exposes the JavaScript PromiseRejectionEvent to Kotlin

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
fun initEvent(type: String, bubbles: Boolean, cancelable: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open val bubbles: Boolean
Link copied to clipboard
open val cancelable: Boolean
Link copied to clipboard
open val composed: Boolean
Link copied to clipboard
Link copied to clipboard
open val defaultPrevented: Boolean
Link copied to clipboard
open val eventPhase: Short
Link copied to clipboard
open val isTrusted: Boolean
Link copied to clipboard
open val promise: Promise<Any?>
Link copied to clipboard
open val reason: Any?
Link copied to clipboard
open val target: EventTarget?
Link copied to clipboard
open val timeStamp: Number
Link copied to clipboard
open val type: String