MCPcopy
hub / github.com/localForage/localForage / keys

Method keys

typings/localforage.d.ts:30–30  ·  view source on GitHub ↗
(callback?: (err: any, keys: string[]) => void)

Source from the content-addressed store, hash-verified

28 key(keyIndex: number, callback?: (err: any, key: string) => void): Promise<string>;
29
30 keys(callback?: (err: any, keys: string[]) => void): Promise<string[]>;
31
32 iterate<T, U>(iteratee: (value: T, key: string, iterationNumber: number) => U,
33 callback?: (err: any, result: U) => void): Promise<U>;

Callers 7

test.config.jsFile · 0.80
lengthFunction · 0.80
test.api.jsFile · 0.80
test.datatypes.jsFile · 0.80
lengthFunction · 0.80
$Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected