diff options
author | alattalatta <alattalatta@sorto.me> | 2022-02-21 10:04:22 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 10:04:22 +0900 |
commit | 201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a (patch) | |
tree | 863ddc787ec9219f452ab577d399439ffe66c51b /files/ko/web/api/navigator | |
parent | 0ea2400f310ae8ebb2bfd6579d5e812547360061 (diff) | |
download | translated-content-201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a.tar.gz translated-content-201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a.tar.bz2 translated-content-201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a.zip |
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
Diffstat (limited to 'files/ko/web/api/navigator')
-rw-r--r-- | files/ko/web/api/navigator/battery/index.html | 28 |
1 files changed, 18 insertions, 10 deletions
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 --- <p>{{ Apiref() }}</p> -<h2 id="요약">요약</h2> -<p><code>battery 객체는 시스템의 배터리 충전 상태에 대한 정보를 제공합니다. 배터리의 충전 상태가 변화할때 발생하는 이벤트에 대한 처리도 가능 합니다. 이 객체는 </code><a href="/en-US/docs/WebAPI/Battery_Status" title="/en-US/docs/WebAPI/Battery_Status">Battery Status API</a> 의 구현입니다. 보다 자세한 내용, API, 샘플 코드 등은 문서를 참고 해 주세요.</p> +<p><code>battery 객체는 시스템의 배터리 충전 상태에 대한 정보를 제공합니다. 배터리의 충전 상태가 변화할때 발생하는 이벤트에 대한 처리도 가능 합니다. 이 객체는 </code><a href="/en-US/docs/Web/API/Battery_Status_API" title="/en-US/docs/WebAPI/Battery_Status">Battery Status API</a> 의 구현입니다. 보다 자세한 내용, API, 샘플 코드 등은 문서를 참고 해 주세요.</p> <h2 id="Syntax" name="Syntax">문법</h2> <pre class="syntaxbox">var battery = window.navigator.battery;</pre> <h2 id="값">값</h2> <p><code>navigator.battery</code> 는 {{domxref("BatteryManager")}} 객체 입니다.</p> -<h2 id="명세">명세</h2> -<p>{{page("/en-US/docs/Web/API/BatteryManager","Specifications")}}</p> -<h2 id="브라우저_호환">브라우저 호환</h2> -<p style="color: rgb(77, 78, 83);">{{page("/en-US/docs/Web/API/BatteryManager","Browser_compatibility")}}</p> -<p><span style="font-family: Georgia, Times, 'Times New Roman', serif; font-size: 1.628em; font-weight: 700; letter-spacing: -1px; line-height: 22.79199981689453px;">참고</span></p> +<h2>브라우저 호환성</h2> +<p>{{Compat}}</p> +<h2>같이 보기</h2> <ul> <li>{{domxref("BatteryManager")}}</li> - <li><a href="/en-US/docs/WebAPI/Battery_Status" title="/en-US/docs/WebAPI/Battery_Status">Battery Status API</a> 문서</li> - <li><a class="external" href="http://hacks.mozilla.org/2012/02/using-the-battery-api-part-of-webapi/">블로그 - Using the Battery API</a></li> - <li><a class="external" href="http://davidwalsh.name/battery-api">David Walsh 가 쓴 the JavaScript Battery Api</a></li> + <li><a href="/ko/docs/Web/API/Battery_Status_API">Battery Status API</a> 문서</li> + <li><a class="external" href="https://hacks.mozilla.org/2012/02/using-the-battery-api-part-of-webapi/">블로그 - Using the Battery API</a></li> + <li><a class="external" href="https://davidwalsh.name/battery-api">David Walsh 가 쓴 the JavaScript Battery Api</a></li> <li><a href="https://github.com/pstadler/battery.js">battery.js - 경량의 크로스 브라우저 랩퍼(wrapper)</a></li> </ul> |