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.

MozNetworkStats.connectionType

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.

See also

Document Tags and Contributors

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