MCPcopy
hub / github.com/localForage/localForage / getSerializer

Method getSerializer

typings/localforage.d.ts:113–113  ·  view source on GitHub ↗
(callback?: (serializer: LocalForageSerializer) => void)

Source from the content-addressed store, hash-verified

111 getDriver(driver: string): Promise<LocalForageDriver>;
112
113 getSerializer(callback?: (serializer: LocalForageSerializer) => void): Promise<LocalForageSerializer>;
114
115 supports(driverName: string): boolean;
116

Callers 2

test.api.jsFile · 0.65

Implementers 1

LocalForagesrc/localforage.js

Calls

no outgoing calls

Tested by

no test coverage detected