Skip to content

IndexedDBOptions

Defined in: src/IndexedDB.ts:147

Configuration options for the IndexedDB file system.

optional idbFactory?: IDBFactory

Defined in: src/IndexedDB.ts:156

The IDBFactory to use. Defaults to globalThis.indexedDB.


optional storeName?: string

Defined in: src/IndexedDB.ts:151

The name of this file system. You can have multiple IndexedDB file systems operating at once, but each must have a different name.