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.

MozNetworkStatsData.rxBytes

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

This API is available on Firefox OS for internal applications only.

Summary

The rxBytes property is a number representing the amount of bytes received for a given connection. The amount is the total number of bytes received for MozNetworkStatsManager.sampleRate seconds at MozNetworkStatsData.date.

If no network stats are available for the given date, this property is undefined (which is different than 0).

Syntax

var bytes = instanceOfMozNetworkData.rxBytes;

Value

A number or undefined.

Specifications

Not part of any specification.

See also

Document Tags and Contributors

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