MozWifiStatusChangeEvent

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

Summary

The MozWifiStatusChangeEvent interface provides developers with information regarding the current status of the Wifi connection.

This interface also inherit from the Event interface

Properties

MozWifiStatusChangeEvent.status Read only
A string indicating the current status of the connection.
MozWifiStatusChangeEvent.network Read only
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/mozwifistatuschangeevent

API Interface Non-standard Reference WiFi