• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
B2G OS
  1. MDN
  2. Archive of obsolete content
  3. B2G OS
  4. B2G OS APIs
  5. Navigator (Firefox OS extensions)
  6. Navigator.mozMobileConnections

Navigator.mozMobileConnections

In This Article
  1. Syntax
  2. Value
  3. Specification
  4. See Also

This API is available on Firefox OS for internal applications only.

The navigator.mozMobileConnections property returns an array of MozMobileConnection objects, which you can use to get information about the current mobile voice and data connection states of the device.

Note: The syntax used to be window.navigator.mozMobileConnection, returning a single MozMobileConnection object, but this was updated in Firefox 1.3 due to the introduction of Multi-SIM support (Dual-SIM-Dual-Standby or DSDS).

Syntax

var mobileConnections = window.navigator.mozMobileConnections;

Value

navigator.mozMobileConnections returns an array of MozMobileConnection objects you can use to get information about the current mobile voice and data connection states of the device.

This object also includes ICC-related (SIM/RUIM card) functionalities.

Specification

Not part of any specification

See Also

  • MozMobileConnection
  • MozMobileConnectionInfo
  • MozMobileICCInfo
  • MozIccManager
  • MozMobileNetworkInfo
  • MozMobileCFInfo
  • MozMobileCellInfo

Document Tags and Contributors

Tags: 
  • API
  • Firefox OS
  • mobile connection
  • mozMobileConnection
  • Non-standard
  • Property
  • Reference
 Contributors to this page: chrisdavidmills, teoli
 Last updated by: chrisdavidmills, Feb 27, 2017, 2:09:21 AM
See also
  1. Archive
  2. Related pages for Firefox OS
    1. MozAlarmsManager
    2. MozMobileNetworkInfo
    3. MozWifiP2pGroupOwner