Skip to content

Instantly share code, notes, and snippets.

@ryought
Created January 18, 2017 09:13
navigator.getBattery
navigator.getBattery()
.then(function(battery){
console.log(battery.charging,
battery.level * 100,
battery.dischargingTime,
battery.chargingTime)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment