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. These events are particularly useful for telemetry and debugging purposes.
Link copied to clipboard