diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:25 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:25 +0100 |
commit | f2db11d0be377464daa06807f993a562c7dc10ac (patch) | |
tree | 9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/web/api/network_information_api/index.html | |
parent | ee778d6eea54935fd05022e0ba8c49456003381a (diff) | |
download | translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2 translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip |
unslug ko: modify
Diffstat (limited to 'files/ko/web/api/network_information_api/index.html')
-rw-r--r-- | files/ko/web/api/network_information_api/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ko/web/api/network_information_api/index.html b/files/ko/web/api/network_information_api/index.html index 9526bd2d5f..2dd356b86d 100644 --- a/files/ko/web/api/network_information_api/index.html +++ b/files/ko/web/api/network_information_api/index.html @@ -1,7 +1,8 @@ --- title: Network Information API -slug: WebAPI/Network_Information +slug: Web/API/Network_Information_API translation_of: Web/API/Network_Information_API +original_slug: WebAPI/Network_Information --- <p>{{ SeeCompatTable() }}</p> <p>네트워크 정보 API는 사용자 기기의 현재 대역폭이나 과금이 되는 연결인지와 같은 시스템의 연결 정보를 알려줍니다. 이를 이용해서 사용자에게 높은 용량의 콘텐츠를 제공할지 낮은 용량의 콘텐츠를 제공할지 사용자의 연결 상태에 따라서 제공할 수 있습니다. 전체 API는 DOM에 추가된 단일한 객체로 구성되어 있습니다: {{domxref("window.navigator.connection")}}.</p> |