Search completed in 0.89 seconds.
4 results for "StorageInfo":
StorageQuota.queryInfo - Web APIs
WebAPIStorageQuotaqueryInfo
the queryinfo() property of the storagequota interface returns a storageinfo object containting the current data usage and available quota information for the application.
... syntax storagequota.queryinfo().then(function(storageinfo) { ...
... returns a reference to a storageinfo object.
StorageQuota.requestPersistentQuota - Web APIs
WebAPIStorageQuotarequestPersistentQuota
the requestpersistentquota() property of the storagequota interface requests persistent storage for the requesting application and returns a promise to an instance of storageinfo.
... syntax storagequota.requestpersistentquota().then(function(storageinfo) { ...
... returns a reference to a storageinfo object.
Index - Web APIs
WebAPIIndex
4168 storagequota.queryinfo property, quota management api, reference, storagequota the queryinfo() property of the storagequota interface returns a storageinfo object containting the current data usage and available quota information for the application.
... 4169 storagequota.requestpersistentquota property, quota management api, reference, storagequota the requestpersistentquota() property of the storagequota interface requests persistent storage for the requesting application and returns a promise to an instance of storageinfo.
StorageQuota - Web APIs
WebAPIStorageQuota
methods storagequota.queryinfo returns a storageinfo object containting the current data usage and available quota information for the application.
... storagequota.requestpersistentquota requests persistent storage for the requesting application and returns a promise to an instance of storageinfo.