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

Function catch

addons/Dexie.Syncable/test/unit/tests-finally-commit-all-changes.js:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29 db.observable.SyncNode.prototype.save = function () {
30 return { catch() {} };
31 };
32 syncNode = new db.observable.SyncNode();
33 syncNode.id = nodeID;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected