@jupyterlite / @jupyterlite/apputils / IndexedDBDataConnector / IOptions
Interface: IOptions#
Defined in: packages/apputils/src/statedb.ts:161
The options used to create a IndexedDBDataConnector.
Extended by#
Properties#
localforage#
localforage:
LocalForage
Defined in: packages/apputils/src/statedb.ts:175
The localForage instance to use.
storageDrivers?#
optionalstorageDrivers:null|string[]
Defined in: packages/apputils/src/statedb.ts:170
The drivers to use for storage.
storageName?#
optionalstorageName:null|string
Defined in: packages/apputils/src/statedb.ts:165
The name of the storage instance on e.g. IndexedDB, localStorage