MCPcopy
hub / github.com/localForage/localForage / config

Method config

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

* Set and persist localForage options. This must be called before any other calls to localForage are made, but can be called after localForage is loaded. * If you set any config values with this method they will persist after driver changes, so you can call config() then setDriver() * @par

(options: LocalForageOptions)

Source from the content-addressed store, hash-verified

84 * @param {LocalForageOptions} options?
85 */
86 config(options: LocalForageOptions): boolean;
87 config(options: string): any;
88 config(): LocalForageOptions;
89

Callers 7

test.config.jsFile · 0.65
runner.jsFile · 0.65
dropInstanceFunction · 0.65
dropInstanceFunction · 0.65
dropInstanceFunction · 0.65
main.jsFile · 0.65

Implementers 1

LocalForagesrc/localforage.js

Calls

no outgoing calls

Tested by

no test coverage detected