This API is available on Firefox OS for internal applications only.
Summary
The forget
method is used to make a device forget about a given WiFi network. This will remove the network from the list of known networks and will remove all the configuration settings related to that network.
If the device was connected to that network, it is disconnected from it.
Syntax
var request = navigator.mozWifiManager.forget(network);
Parameters
network
- A network object as the ones provided by the
getNetworks
orgetKnownNetworks
methods.
Returns
It returns a DOMRequest
to handle the success or error of the operation.
Specification
Not part of any specification.