This article needs a technical review. How you can help.
This API is available on Firefox OS for internal applications only.
Summary
The networkSelectionMode
is a read-only property that indicates the selection mode of the voice and data networks.
Syntax
var mode = navigator.mozMobileConnection.networkSelectionMode
Value
Return a string indicating the selection mode.
Possible values are:
automatic
manual
This property can also be null
.
Specification
Not part of any specification.