WebAPI/DeviceIndexedDB: Difference between revisions

Jump to navigation Jump to search
Line 51: Line 51:
Following is an example of finding Apps providing DataCloudStorage services with DeviceIndexedDB as the application chooser.
Following is an example of finding Apps providing DataCloudStorage services with DeviceIndexedDB as the application chooser.


  var request = window.deviceIndexedDB.open("[SystemServices]");
  var request = window.mozDeviceIndexedDB.open("[SystemServices]");
  request.onsuccess = function () {
  request.onsuccess = function () {
   var db = request.result;
   var db = request.result;
Confirmed users
398

edits

Navigation menu