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.

nsIDOMMozNetworkStatsData

Represents a single record in the network statistics database, as reported using the nsIDOMMozNetworkStatsManager interface.
1.0
28
Introduced
Gecko 18.0
Inherits from: nsISupports Last changed in Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15 / Firefox OS 1.0.1)

Attributes

Attribute Type Description
rxBytes unsigned long The number of bytes received on the connection. Read only.
txBytes unsigned long The number of bytes transmitted on the connection. Read only.
date Date The date of the sample. Read only.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, acperez
 Last updated by: Sheppy,