From 201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a Mon Sep 17 00:00:00 2001 From: alattalatta Date: Mon, 21 Feb 2022 10:04:22 +0900 Subject: Remove {{page}} macro from API docs (#3913) * Update BatteryManager * Update BiquadFilterNode * Update DataTransfer.getData * Update DragEvent * Update FileReader.result * Update Geolocation API * Update Network Information API * Update Notification.permission * Update Screen * Remove {{page}} from Document * Remove {{page}} from Navigator.battery * Remove {{page}} from Using the Notifications API * Add {{Compat}} to Navigator.battery --- files/ko/web/api/navigator/battery/index.html | 28 +++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'files/ko/web/api/navigator') diff --git a/files/ko/web/api/navigator/battery/index.html b/files/ko/web/api/navigator/battery/index.html index f199519ea9..4a953068db 100644 --- a/files/ko/web/api/navigator/battery/index.html +++ b/files/ko/web/api/navigator/battery/index.html @@ -1,24 +1,32 @@ --- title: window.navigator.battery slug: Web/API/Navigator/battery +tags: + - API + - Battery + - Battery API + - Deprecated + - Device API + - Navigator + - Non-standard + - Property + - Reference +browser-compat: api.Navigator.battery translation_of: Web/API/Navigator/battery ---

{{ Apiref() }}

-

요약

-

battery 객체는 시스템의 배터리 충전 상태에 대한 정보를 제공합니다. 배터리의 충전 상태가 변화할때 발생하는 이벤트에 대한 처리도 가능 합니다. 이 객체는 Battery Status API 의 구현입니다. 보다 자세한 내용, API, 샘플 코드 등은 문서를 참고 해 주세요.

+

battery 객체는 시스템의 배터리 충전 상태에 대한 정보를 제공합니다. 배터리의 충전 상태가 변화할때 발생하는 이벤트에 대한 처리도 가능 합니다. 이 객체는 Battery Status API 의 구현입니다. 보다 자세한 내용, API, 샘플 코드 등은 문서를 참고 해 주세요.

문법

var battery = window.navigator.battery;

navigator.battery 는 {{domxref("BatteryManager")}} 객체 입니다.

-

명세

-

{{page("/en-US/docs/Web/API/BatteryManager","Specifications")}}

-

브라우저 호환

-

{{page("/en-US/docs/Web/API/BatteryManager","Browser_compatibility")}}

-

참고

+

브라우저 호환성

+

{{Compat}}

+

같이 보기

-- cgit v1.2.3-54-g00ecf