vot.js - v2.4.12
    Preparing search index...

    Interface PromiseRejectionEventInit

    interface PromiseRejectionEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        promise: Promise<any>;
        reason?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    promise: Promise<any>
    reason?: any