This API is available on Firefox OS for internal applications only.
Summary
The removeAlarms method removes all network alarms. If an alarmId is provided, then only that alarm is removed.
Syntax
var alarm = removeAlarms(alarmId);
Parameters
alarmIDOptional- ID of an alarm, like the one returned by
MozNetworkStatsManager.addAlarm.
Return
A DOMRequest object.
Specifications
Not part of any specification.