Skip to content

IndexedDBOptions

Defined in: src/IndexedDB.ts:134

Configuration options for the IndexedDB file system.

optional idbFactory?: IDBFactory

Defined in: src/IndexedDB.ts:143

The IDBFactory to use. Defaults to globalThis.indexedDB.


optional storeName?: 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.