PromiseRejectionEvent
class PromiseRejectionEvent extends Event {}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