MozNetworkStats.connectionType
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
JavaScript
Copy Code
var type = instanceOfMozNetworkStats.connectionType;
Value
A string or null
.
Specifications
Not part of any specification.
See also
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/moznetworkstats/connectiontype