@valon-technologies/gestalt
Preparing search index...
services/indexeddb
TransactionMode
Variable TransactionMode
Const
TransactionMode
:
{
TRANSACTION_READONLY
:
0
;
TRANSACTION_READWRITE
:
1
}
= ...
TransactionMode controls whether a transaction may mutate scoped stores.
Type Declaration
Readonly
TRANSACTION_READONLY
:
0
Readonly
TRANSACTION_READWRITE
:
1
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@valon-technologies/gestalt
Loading...
TransactionMode controls whether a transaction may mutate scoped stores.