* 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)
| 84 | * @param {LocalForageOptions} options? |
| 85 | */ |
| 86 | config(options: LocalForageOptions): boolean; |
| 87 | config(options: string): any; |
| 88 | config(): LocalForageOptions; |
| 89 |
no outgoing calls
no test coverage detected