Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

MozNetworkStatsManager.connectionTypes

This article needs a technical review. How you can help.

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 networks
  • mobile: 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.

See also

Document Tags and Contributors

 Contributors to this page: chrisdavidmills, zeller, fscholz, MHasan, kscarfone, Jeremie
 Last updated by: chrisdavidmills,