Package-level declarations
Types
Link copied to clipboard
open class PromiseRejectionEvent(val type: EventType<PromiseRejectionEvent>, init: PromiseRejectionEventInit) : Event
The PromiseRejectionEvent
interface represents events which are sent to the global script context when JavaScript Promises are rejected.
Link copied to clipboard