You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,6 +17,8 @@ import mixinLinkGetters from './mixins/link-getters'
15
17
* @prop {Array<Sync.DeletedEntry>} deletedEntries - List of deleted Entries since last sync
16
18
* @prop {Array<Sync.DeletedAsset>} deletedAssets - List of deleted Assets since last sync
17
19
* @prop {string} nextSyncToken - Token to be sent to the next sync call
20
+
* @prop {function(): Object} toPlainObject() - Returns this Sync collection as a plain JS object
21
+
* @prop {function(?function=, space=): Object} stringifySafe(replacer,space) - Stringifies the Sync collection, accounting for circular references. Circular references will be replaced with just a Link object, with a <code>circular</code> property set to <code>true</code>. See <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify">MDN</a> and <a href="https://www.npmjs.com/package/json-stringify-safe">json-stringify-safe</a> for more details on the arguments this method can take.
0 commit comments