Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

MozNetworkStatsManager.maxStorageSamples

This article needs a technical review. How you can help.

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

var max = navigator.mozNetworkStats.maxStorageSamples;

Value

A number.

Specifications

Not part of any specification.

See also

Document Tags and Contributors

 Contributors to this page: chrisdavidmills, zeller, fscholz, MHasan, kscarfone, Jeremie
 Last updated by: chrisdavidmills,