This article needs a technical review. How you can help.
This API is available on Firefox OS for internal applications only.
Summary
The connectionType
property indicates for which network the data usage statistics are provided.
The value for this property is the same as the one provided within the option parameter of the MozNetworkStatsManager.getNetworkStats()
method. If this property is null
, it means that the data usage statistics are a merge of the data from all networks.
Syntax
var type = instanceOfMozNetworkStats.connectionType;
Value
A string or null
.
Specifications
Not part of any specification.