Is there is a way to get computer’s battery? – Advanced Help with Snap! – Snap! Forum https://forum.snap.berkeley.edu/t/is-there-is-a-way-to-get-computers-battery/15684
I searched the web and it provees that there's a way to get the battery using JavaScript. I tried doing one of the JavaScript codes on the web and it does not work. Can you prove that it possible to get the battery of co…
("batteryAPI" in ide)) { navigator.getBattery().then(b => {ide.batteryAPI = b;})