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. |