Spec-Zone.ru › Deno 1

PromiseRejectionEvent

class PromiseRejectionEvent extends Event {
constructor(type: string, eventInitDict?: PromiseRejectionEventInit);
readonly promise: Promise<any>;
readonly reason: any;
}

Расширяет

Event

Конструкторы

new PromiseRejectionEvent(type: string, eventInitDict?: PromiseRejectionEventInit)

Свойства

promise: Promise<any>
reason: any

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/PromiseRejectionEvent

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API