Skip to content

Instantly share code, notes, and snippets.

@hoox
Created August 11, 2015 00:12
Show Gist options
  • Save hoox/0784b8d6f0fedc85d8d2 to your computer and use it in GitHub Desktop.
Save hoox/0784b8d6f0fedc85d8d2 to your computer and use it in GitHub Desktop.
Battery Details
navigator.getBattery().then(function(battery){
console.log(battery.level);
console.log(battery.charging);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment