MozNetworkStatsManager.maxStorageSamples
This API is available on Firefox OS for internal applications only.
Retrieval of the max storage amount is now done via the MozNetworkStatsManager.maxStorageAge
attribute.
Summary
The maxStorageSamples
property indicates the maximum number of date usage chunks stored for each type of connection.
A data usage chunk is a MozNetworkStatsData
object representing the total amount of bytes received and sent during a given amount of time (this amount of time is accessible through the sampleRate
property).
Syntax
JavaScript
Copy Code
var max = navigator.mozNetworkStats.maxStorageSamples;
Value
A number.
Specifications
Not part of any specification.
See also
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/moznetworkstatsmanager/maxstoragesamples