typedef StorageEstimate
package js.html
The StorageEstimate
dictionary is used by the StorageManager
to provide estimates of the size of a site's or application's data store and how much of it is in use. The estimate()
method returns an object that conforms to this dictionary when its Promise
resolves.
Documentation StorageEstimate by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also: