window.navigator.battery
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
battery
객체는 시스템의 배터리 충전 상태에 대한 정보를 제공합니다. 배터리의 충전 상태가 변화할때 발생하는 이벤트에 대한 처리도 가능 합니다. 이 객체는 Battery Status API 의 구현입니다. 보다 자세한 내용, API, 샘플 코드 등은 문서를 참고 해 주세요.
문법
js
var battery = window.navigator.battery;
값
navigator.battery
는 BatteryManager
객체 입니다.
브라우저 호환성
BCD tables only load in the browser