diff options
author | MDN <actions@users.noreply.github.com> | 2021-10-11 00:51:25 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-10-11 00:51:25 +0000 |
commit | a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18 (patch) | |
tree | 344ac9b4f45a5fd982e3a3d2f05c060d3d2e2d43 /files/fr/web/api/positionoptions/maximumage | |
parent | b6580b050e7aaea273d6b41f0cda0fc3077afae2 (diff) | |
download | translated-content-a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18.tar.gz translated-content-a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18.tar.bz2 translated-content-a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18.zip |
[CRON] sync translated content
Diffstat (limited to 'files/fr/web/api/positionoptions/maximumage')
-rw-r--r-- | files/fr/web/api/positionoptions/maximumage/index.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/files/fr/web/api/positionoptions/maximumage/index.md b/files/fr/web/api/positionoptions/maximumage/index.md deleted file mode 100644 index 11be32c85d..0000000000 --- a/files/fr/web/api/positionoptions/maximumage/index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: PositionOptions.maximumAge -slug: Web/API/PositionOptions/maximumAge -translation_of: Web/API/PositionOptions/maximumAge ---- -{{securecontext_header}}{{APIRef("Geolocation API")}} - -La propriété **`PositionOptions.maximumAge`** est de type `long` positif indiquant l'âge maximal en millisecondes d'une position en cache possible qu'il est acceptable de renvoyer. Si la valeur est `0`, cela signifie que le périphérique ne peut pas utiliser une position mise en cache et doit tenter de récupérer la position actuelle réelle. Si la valeur est [`Infinity`](/en-US/docs/JavaScript/Reference/Global_Objects/Infinity) l'appareil doit renvoyer une position mise en cache indépendamment de son âge. - -## Syntax - - positionOptions.maximumAge = timeLength - -## Spécifications - -| Spécification | Statut | Commentaire | -| ------------------------------------------------------------------------------------------------ | -------------------------------- | -------------------- | -| {{SpecName('Geolocation', '#maximumage', 'PositionOptions.maximumAge')}} | {{Spec2('Geolocation')}} | Définition initiale. | - -## Compatibilité des navigateurs - -{{Compat("api.PositionOptions.maximumAge")}} - -## Voir aussi - -- [Utiliser geolocation](/fr/docs/WebAPI/Using_geolocation) -- L'interface {{domxref("PositionOptions")}} à laquelle il appartient. |