@jupyterlite/localforage#

Variables#

ILocalForage#

Const ILocalForage: Token<ILocalForage>

The token for the localforage singleton.

Defined in#

packages/localforage/src/tokens.ts:11

packages/localforage/src/tokens.ts:18

Functions#

ensureMemoryStorage#

ensureMemoryStorage(theLocalforage): Promise<void>

Ensure a localforage singleton has had the memory storage driver installed

Parameters#

Name

Type

theLocalforage

LocalForage

Returns#

Promise<void>

Defined in#

packages/localforage/src/memory.ts:11