Interface IDBVersionChangeEventInit

    interface IDBVersionChangeEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        newVersion?: number;
        oldVersion?: number;
    }
    Hierarchy

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    newVersion?: number
    oldVersion?: number