This API is available on Firefox OS for internal applications only.
Summary
The network
property value provides the current network in use when the connection status changes.
Syntax
var network = instanceOfMozWifiStatusChangeEvent.network
Value
A network
object representing the current network in use (null
otherwise); see WifiManager.getNetworks
for more detail about such objects.
Specification
Not part of any specification.