Search completed in 1.18 seconds.
2 results for "IDBTransactionMode":
IDBTransaction.mode - Web APIs
WebAPIIDBTransactionmode
syntax var mycurrentmode = idbtransaction.mode; value an idbtransactionmode object defining the mode for isolating access to data in the current object stores: value explanation readonly allows data to be read but not changed.
Index - Web APIs
WebAPIIndex
2110 idbtransaction.mode api, database, idbtransaction, indexeddb, property, reference, storage, mode an idbtransactionmode object defining the mode for isolating access to data in the current object stores: 2111 idbtransaction.objectstore() api, database, idbtransaction, indexeddb, method, reference, storage, objectstore the objectstore() method of the idbtransaction interface returns an object store that has already been added to the scope of this transaction.