This API is available on Firefox OS for internal applications only.
Summary
network
is a read-only property that gives access to the network operator information.
Syntax
var dataNetwork = navigator.mozMobileConnection.data.network; var voiceNetwork = navigator.mozMobileConnection.voice.network;
Value
Return a MozMobileNetworkInfo
object.
Specification
Not part of any specification.