pourcentage de batterie js

navigator.getBattery()
  .then(function(battery) {
    console.log(battery.level);
});
Muddy Macaw