Skip to content

Instantly share code, notes, and snippets.

@b4z81
Created December 20, 2013 16:45
Show Gist options
  • Save b4z81/8057615 to your computer and use it in GitHub Desktop.
Save b4z81/8057615 to your computer and use it in GitHub Desktop.
var battery = navigator.battery || navigator.webkitBattery || navigator.mozBattery || navigator.msBattery;
if (battery) {
// battery API supported
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment