Interface IDBTransactionEventMap

    interface IDBTransactionEventMap {
        abort: Event;
        complete: Event;
        error: Event;
    }

    Properties

    Properties

    abort: Event
    complete: Event
    error: Event