level property
double
get
level
The level read-only property of the BatteryManager interface
indicates the current battery charge level as a value between 0.0 and
1.0.
A value of 0.0 means the battery is empty and the system is about to be
suspended.
A value of 1.0 means the battery is full or the user agent is unable to
report the battery status information.
When its value changes, the BatteryManager.levelchange_event event is
fired.
Implementation
external double get level;