Changes

Jump to: navigation, search

CloudServices/Sync/FxSync/Developer/ClientAPI

1 byte added, 21:52, 24 September 2010
Writing a Store class
Depending of what type of data you're working with, you might already have GUIDs built into your data that you can make use of. If not, you may have to invent your own mapping from data objects to GUIDs. In this case, you will probably find the <tt>makeGUID()</tt> function (in Utils) useful:
Cu.import("resource://serviesservices-sync/util.js");
// ...
let newGuid = Utils.makeGUID();
Canmove, confirm
725
edits

Navigation menu