MCPcopy
hub / github.com/dexie/Dexie.js / IPersistedContext

Interface IPersistedContext

addons/Dexie.Syncable/api.d.ts:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 * Documentation for this interface: https://github.com/dfahlander/Dexie.js/wiki/Dexie.Syncable.IPersistedContext
73 */
74export interface IPersistedContext {
75 save(): Promise<void>;
76 [customProp: string]: any;
77}
78
79/**
80 * Documentation for this function: https://github.com/dfahlander/Dexie.js/wiki/Dexie.Syncable.ISyncProtocol

Callers 8

test-typings.tsFile · 0.65
changeStatusToFunction · 0.65
onChangesAcceptedFunction · 0.65

Implementers 1

PersistedContextaddons/Dexie.Syncable/src/PersistedCon

Calls

no outgoing calls

Tested by

no test coverage detected