IndexedDBOptions
Defined in: src/IndexedDB.ts:134
Configuration options for the IndexedDB file system.
Properties
Section titled “Properties”idbFactory?
Section titled “idbFactory?”
optionalidbFactory?:IDBFactory
Defined in: src/IndexedDB.ts:143
The IDBFactory to use. Defaults to globalThis.indexedDB.
storeName?
Section titled “storeName?”
optionalstoreName?:string
Defined in: src/IndexedDB.ts:138
The name of this file system. You can have multiple IndexedDB file systems operating at once, but each must have a different name.