--- title: Navigator.connection slug: Web/API/Navigator/connection tags: - API - Experimental - Navigator - Network Information API - Property - Reference translation_of: Web/API/Navigator/connection ---
Navigator.connection
は読み取り専用プロパティで、ユーザーの端末の現在の帯域幅や、接続が測定されているかどうかなどのシステムの接続に関する情報を含む {{domxref("NetworkInformation")}} を返します。ユーザーの接続に基づいて高解像度コンテンツ、または低解像度コンテンツのいずれを使うかの選択に使用できます。
networkInformation = navigator.connection
{{domxref("NetworkInformation")}} オブジェクトです。
仕様書 | 状態 | 備考 |
---|---|---|
{{SpecName('Network Information', '#connection-attribute', 'Navigator.connection')}} | {{Spec2('Network Information')}} | 初回定義 |
{{Compat("api.Navigator.connection")}}