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
var types = navigator.mozNetworkStats.connectionTypes;
Value
Returns an Array of strings.
Specifications
Not part of any specification.