Search


Search something to see results

PromiseRejectionEvent

PromiseRejectionEvent: {
    prototype: PromiseRejectionEvent;
    new (
        type: string,
        eventInitDict: PromiseRejectionEventInit,
    ): PromiseRejectionEvent;
}

Type declaration