PromiseRejectionEvent
Module: JavaScript DOM API
#include <PromiseRejectionEvent.idl>
Inherits from Event
Public Functions
| Name | |
|---|---|
| PromiseRejectionEvent | PromiseRejectionEvent(DOMInternedString type, PromiseRejectionEventInit eventInitDict) |
Public Attributes
| Name | |
|---|---|
| readonly attribute Promise< any > | promise |
| readonly attribute any | reason |
Additional inherited members
Public Functions inherited from Event
| Name | |
|---|---|
| Event | Event(DOMInternedString type, optional EventInit initEvent) |
| void | stopPropagation() |
| void | preventDefault() |
| void | initEvent(optional DOMInternedString eventTypeArg, optional boolean canBubbleArg, optional boolean cancelableArg) |
| void | stopImmediatePropagation() |
Public Attributes inherited from Event
| Name | |
|---|---|
| const unsigned short | NONE |
| const unsigned short | CAPTURING_PHASE |
| const unsigned short | AT_TARGET |
| const unsigned short | BUBBLING_PHASE |
| readonly attribute DOMString | type |
| readonly attribute EventTarget | target |
| readonly attribute EventTarget | currentTarget |
| readonly attribute unsigned short | eventPhase |
| readonly attribute boolean | bubbles |
| readonly attribute boolean | cancelable |
| readonly attribute boolean | defaultPrevented |
| readonly attribute boolean | composed |
Public Functions Documentation
function PromiseRejectionEvent
PromiseRejectionEvent PromiseRejectionEvent(
DOMInternedString type,
PromiseRejectionEventInit eventInitDict
)
Public Attributes Documentation
variable promise
readonly attribute Promise< any > promise;
variable reason
readonly attribute any reason;