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.setPowerSavingMode()

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

Summary

The setPowerSavingMode method is used to have the WiFi adapter enter or exit the power saving mode.

Syntax

var request = navigator.mozWifiManager.setPowerSavingMode(enabled);

Parameters

enabled
A boolean indicating if the device must enter (true) or exit (false) the power saving mode.

Returns

It returns a DOMRequest to handle the success or error of the operation.

Specification

Not part of any specification.

See also

Document Tags and Contributors

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