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
This is started in BrowserWSAdaptor.js with a new function saveTiddlers, it is like saveTiddler, but it takes an array of tiddler objects.
The idea is that when a adaptor supports it the syncer can create a task that saves multiple tiddlers at once in order to speed up the process.
Tasks:
create a supportsMultiSave property on the sync adaptor so the syncer can test for compatibility
Create saveTiddlers in BrowserWSAdaptor
Add a handler for the saveTiddlers message in NodeBasicHandlers.js
update syncer.js to have saveTiddlers tasks
The text was updated successfully, but these errors were encountered:
This is started in BrowserWSAdaptor.js with a new function
saveTiddlers
, it is likesaveTiddler
, but it takes an array of tiddler objects.The idea is that when a adaptor supports it the syncer can create a task that saves multiple tiddlers at once in order to speed up the process.
Tasks:
supportsMultiSave
property on the sync adaptor so the syncer can test for compatibilityThe text was updated successfully, but these errors were encountered: