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

JavaScript
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

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/wifimanager/setpowersavingmode

API B2G Firefox OS Method Reference WiFi