MozWifiConnectionInfoEvent.network
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 state changes.
Syntax
JavaScript
Copy Code
var network = instanceOfMozWifiConnectionInfoEvent.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.
See also
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/mozwificonnectioninfoevent/network