IndexedDBStore
Defined in: src/IndexedDB.ts:112
Implements
Section titled “Implements”Store
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new IndexedDBStore(
db):IndexedDBStore
Defined in: src/IndexedDB.ts:115
Parameters
Section titled “Parameters”IDBDatabase
Returns
Section titled “Returns”IndexedDBStore
Properties
Section titled “Properties”cache:
Map<number,Uint8Array<ArrayBufferLike>>
Defined in: src/IndexedDB.ts:113
protecteddb:IDBDatabase
Defined in: src/IndexedDB.ts:115
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get name():
string
Defined in: src/IndexedDB.ts:121
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:117
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:125
Begins a new transaction.
Returns
Section titled “Returns”IndexedDBTransaction
Implementation of
Section titled “Implementation of”Store.transaction