interface PromiseRejectionEvent
extends Event
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 #
#prototype: PromiseRejectionEvent readonly