aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/navigator/connection/index.md
blob: 441a349c501a12bec1a119ccfe2edfc8af14e47f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: Navigator.connection
slug: Web/API/Navigator/connection
tags:
  - API
  - Connexion
  - Expérimental(2)
  - Navigateur
  - Propriété
translation_of: Web/API/Navigator/connection
---
{{APIRef("Network Information API")}}{{SeeCompatTable}}

**`Navigator.connection`** est une propriété en lecture seule, elle représente une {{domxref("NetworkInformation")}} qui contient les informations de la connexion du système, telles que la bande passante actuelle du périphérique utilisateur ou si la connexion est mesurée. La propriété peut être utilisée pour sélectionner un contenu en haute ou basse définition, dépendant de la connexion de l'utilisateur.

## Syntaxe

    connexionInfo = navigator.connection

## Spécifications

| Spécification                                                                                                            | État                                         | Commentaire            |
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------- | ---------------------- |
| {{SpecName('Network Information', '#h-the-connection-attribute', 'Navigator.connection')}} | {{Spec2('Network Information')}} | Spécification initiale |

## Compatibilité des navigateurs

{{Compat("api.Navigator.connection")}}

## Voir aussi

- [Évènements online et offline](/fr/docs/Web/API/NavigatorOnLine/Online_and_offline_events)