Interface IDBTransactionOptions

interface IDBTransactionOptions {
    durability?: IDBTransactionDurability;
}

Properties

Properties