Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

WifiManager.enabled

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

Summary

The enabled property value indicates whether the wifi is turned on (true) or off (false).

Note: Enabling or disabling WiFi can only been done by using the Settings API to change the wifi.enabled setting. Each time this setting changes, the WifiManager object will send an enabled or disabled event. Those events can be handled by using the WifiManager.onenabled and WifiManager.ondisabled event handlers.

Syntax

var enabled = navigator.mozWifiManager.enabled

Value

Return a boolean.

Specification

Not part of any specification.

See also

Document Tags and Contributors

 Contributors to this page: chrisdavidmills, teoli, RottinRob, kscarfone, Jeremie
 Last updated by: chrisdavidmills,