Variable PromiseRejectionEvent
PromiseRejectionEvent: {
prototype: PromiseRejectionEvent;
new (
type: string,
eventInitDict: PromiseRejectionEventInit,
): PromiseRejectionEvent;
}
prototype: PromiseRejectionEvent;
new (
type: string,
eventInitDict: PromiseRejectionEventInit,
): PromiseRejectionEvent;
}
Type declaration
- new (
type: string,
eventInitDict: PromiseRejectionEventInit,
): PromiseRejectionEvent Parameters
- type: string
- eventInitDict: PromiseRejectionEventInit
Returns PromiseRejectionEvent
- new (
prototype: PromiseRejectionEvent