@jupyterlite


@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?#

optional storageDrivers: null | string[]

Defined in: packages/apputils/src/statedb.ts:170

The drivers to use for storage.


storageName?#

optional storageName: null | string

Defined in: packages/apputils/src/statedb.ts:165

The name of the storage instance on e.g. IndexedDB, localStorage