MCPcopy
hub / github.com/localForage/localForage / key

Method key

typings/localforage.d.ts:28–28  ·  view source on GitHub ↗
(keyIndex: number, callback?: (err: any, key: string) => void)

Source from the content-addressed store, hash-verified

26 length(callback?: (err: any, numberOfKeys: number) => void): Promise<number>;
27
28 key(keyIndex: number, callback?: (err: any, key: string) => void): Promise<string>;
29
30 keys(callback?: (err: any, keys: string[]) => void): Promise<string[]>;
31

Callers 13

test.api.jsFile · 0.80
expectDBToNotExistAsyncFunction · 0.80
clearFunction · 0.80
iterateFunction · 0.80
keyFunction · 0.80
keysFunction · 0.80
dropInstanceFunction · 0.80
VFunction · 0.80
XFunction · 0.80
YFunction · 0.80
ZFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected