MCPcopy
hub / github.com/localForage/localForage / LocalForageDropInstanceFn

Interface LocalForageDropInstanceFn

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

Source from the content-addressed store, hash-verified

34}
35
36interface LocalForageDropInstanceFn {
37 (dbInstanceOptions?: LocalForageDbInstanceOptions, callback?: (err: any) => void): Promise<void>;
38}
39
40interface LocalForageDriverMethodsOptional {
41 dropInstance?: LocalForageDropInstanceFn;

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…