On this page
PromiseRejectionEventInit
interface PromiseRejectionEventInit  extends EventInit {
    promise: Promise<any>;
    
    reason?: any;
    }
  Extends
Properties
       promise: Promise<any>
      
     
       reason?: any
      
     © 2018–2022 the Deno authors
 https://doc.deno.land/deno/stable/~/PromiseRejectionEventInit