PromiseRejectionEventInit
interface PromiseRejectionEventInit extends EventInit {promise: Promise<any>;reason?: any;}
Расширения
Свойства
promise: Promise<any>reason?: any
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/PromiseRejectionEventInit