This API is available on Firefox OS for internal applications only.
Summary
The clearStats
method removes all stats related to the provided network from DB.
Syntax
var stats = clearStats(network);
Parameters
network
- The origin of the data. It can specify wifi, mobile, or null. If null, data measurement from both origins are merged. To know in advance which kind of origin is available, the
MozNetworkStatsManager.getAvailableNetworks
method returns an Array of interfaces.
Return
A DOMRequest
object.
Specifications
Not part of any specification.