IDBTransactionMode

class Object
trait Matchable
class Any

Value members

Concrete fields

Allows data to be read but not changed. It is the default transaction mode.

Allows data to be read but not changed. It is the default transaction mode.

Allows reading and writing of data in existing data stores to be changed.

Allows reading and writing of data in existing data stores to be changed.

Allows any operation to be performed, including ones that delete and create object stores and indexes. This mode is for updating the version number of transactions that were started using the setVersion() method of IDBDatabase objects. Transactions of this mode cannot run concurrently with other transactions.

Allows any operation to be performed, including ones that delete and create object stores and indexes. This mode is for updating the version number of transactions that were started using the setVersion() method of IDBDatabase objects. Transactions of this mode cannot run concurrently with other transactions.