Allows data to be read but not changed.
Allows data to be read but not changed.
MDN
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.
MDN
Allows any operation to be performed, including ones that delete and create object stores and indexes.
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.
MDN