Confirmed users
398
edits
m (→MANIFEST) |
|||
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. | var request = window.mozDeviceIndexedDB.open("[SystemServices]"); | ||
request.onsuccess = function () { | request.onsuccess = function () { | ||
var db = request.result; | var db = request.result; |