Version: Smart Feature Phone 2.5

MozNetworkStatsData.txBytes

Description#

The txBytes property is a number representing the number of bytes sent for a given connection. The value is the total number of bytes sent 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.txBytes;

Value#

A number or undefined.