Configuration options for the IndexedDB file system.

Hierarchy

  • Options

Properties

cacheSize?: number

The size of the inode cache. Defaults to 100. A size of 0 or below disables caching.

idbFactory?: IDBFactory

The IDBFactory to use. Defaults to globalThis.indexedDB.

storeName?: string

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

Generated using TypeDoc