The BatteryManager
interface provides ways to get information about the system's battery charge level.
Documentation BatteryManager by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Variables
read onlychargingTime:Float
A number representing the remaining time in seconds until the battery is fully charged, or 0 if the battery is already fully charged.
read onlydischargingTime:Float
A number representing the remaining time in seconds until the battery is completely discharged and the system will suspend.
A handler for the chargingchange
event; This event is sent when the battery charging state is updated.
A handler for the chargingtimechange
event; This event is sent when the battery charging time is updated
ondischargingtimechange:Function
A handler for the dischargingtimechange
event; This event is sent when the battery discharging time is updated.