Interface PromiseRejectionEventInit
interface PromiseRejectionEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
promise: Promise<any>;
reason?: any;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
promise: Promise<any>;
reason?: any;
}
                 
                    
                  Hierarchy
              
              - EventInit- PromiseRejectionEventInit (View Summary)