MozNetworkStatsManager.connectionTypes
This API is available on Firefox OS for internal applications only.
Retrieval of connection types is now done via the MozNetworkStatsManager.getAvailableNetworks
method.
Summary
The connectionTypes
property is a list of all possible monitored connection types by the current device.
There are currently two connection types available:
wifi
: for statistics regarding data usage over wifi networksmobile
: for statistics regarding data usage over mobile networks
Syntax
JavaScript
Copy Code
var types = navigator.mozNetworkStats.connectionTypes;
Value
Returns an Array of strings.
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/moznetworkstatsmanager/connectiontypes