MCPcopy
hub / github.com/localForage/localForage / createInstance

Method createInstance

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

* Create a new instance of localForage to point to a different store. * All the configuration options used by config are supported. * @param {LocalForageOptions} options

(options: LocalForageOptions)

Source from the content-addressed store, hash-verified

93 * @param {LocalForageOptions} options
94 */
95 createInstance(options: LocalForageOptions): LocalForage;
96
97 driver(): string;
98

Callers 2

test.api.jsFile · 0.65

Implementers 1

LocalForagesrc/localforage.js

Calls

no outgoing calls

Tested by

no test coverage detected