Skip to main content

interface PromiseRejectionEvent

extends Event

Properties #

#promise: Promise<any>
readonly
#reason: any
readonly

variable PromiseRejectionEvent

The constructor object for PromiseRejectionEvent, used to construct the event dispatched on the global scope as unhandledrejection and rejectionhandled when a promise is rejected without a handler.

Properties #

Did you find what you needed?

Privacy policy