Module: localforage¶
Variables¶
ILocalForage¶
• Const ILocalForage: Token<ILocalForage>
The token for the localforage singleton.
Defined in¶
packages/localforage/lib/tokens.d.ts:6
Functions¶
ensureMemoryStorage¶
▸ ensureMemoryStorage(theLocalforage): Promise<void>
Ensure a localforage singleton has had the memory storage driver installed
Parameters¶
Name |
Type |
|---|---|
|
|
Returns¶
Promise<void>
Defined in¶
packages/localforage/lib/memory.d.ts:5