IndexedDBStore
Defined in: src/IndexedDB.ts:125
Implements
Section titled “Implements”Store
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new IndexedDBStore(
db):IndexedDBStore
Defined in: src/IndexedDB.ts:128
Parameters
Section titled “Parameters”IDBDatabase
Returns
Section titled “Returns”IndexedDBStore
Properties
Section titled “Properties”cache:
Map<number,Uint8Array<ArrayBufferLike>>
Defined in: src/IndexedDB.ts:126
protecteddb:IDBDatabase
Defined in: src/IndexedDB.ts:128
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get name():
string
Defined in: src/IndexedDB.ts:134
What the file system using this store should be called. For example, tmpfs for an in memory store
Returns
Section titled “Returns”string
Implementation of
Section titled “Implementation of”Store.name
Methods
Section titled “Methods”sync()
Section titled “sync()”sync():
Promise<void>
Defined in: src/IndexedDB.ts:130
Syncs the store
Returns
Section titled “Returns”Promise<void>
Implementation of
Section titled “Implementation of”Store.sync
transaction()
Section titled “transaction()”transaction():
IndexedDBTransaction
Defined in: src/IndexedDB.ts:138
Begins a new transaction.
Returns
Section titled “Returns”IndexedDBTransaction
Implementation of
Section titled “Implementation of”Store.transaction