WebAPI/DataStore: Difference between revisions

m
Line 220: Line 220:
The basic usage of the cursor is this:
The basic usage of the cursor is this:


   navagiator.getDataStores('contacts').then(functions(stores) {
   navigator.getDataStores('contacts').then(functions(stores) {
     if (!stores.length) return;
     if (!stores.length) return;
    
    
Confirmed users
483

edits