MCPcopy
hub / github.com/localForage/localForage / setDriverToConfig

Method setDriverToConfig

src/localforage.js:304–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302 const supportedDrivers = this._getSupportedDrivers(drivers);
303
304 function setDriverToConfig() {
305 self._config.driver = self.driver();
306 }
307
308 function extendSelfWithDriver(driver) {
309 self._extend(driver);

Callers

nothing calls this directly

Calls 1

driverMethod · 0.65

Tested by

no test coverage detected