MCPcopy
hub / github.com/localForage/localForage / LocalForageDbInstanceOptions

Interface LocalForageDbInstanceOptions

typings/localforage.d.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface LocalForageDbInstanceOptions {
2 name?: string;
3
4 storeName?: string;
5}
6
7interface LocalForageOptions extends LocalForageDbInstanceOptions {
8 driver?: string | string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…