aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/positionoptions/timeout
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-10-11 00:51:25 +0000
committerMDN <actions@users.noreply.github.com>2021-10-11 00:51:25 +0000
commita101c2f3857be9d799b0ee5b2c7d04b61f9e2f18 (patch)
tree344ac9b4f45a5fd982e3a3d2f05c060d3d2e2d43 /files/fr/web/api/positionoptions/timeout
parentb6580b050e7aaea273d6b41f0cda0fc3077afae2 (diff)
downloadtranslated-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/timeout')
-rw-r--r--files/fr/web/api/positionoptions/timeout/index.md27
1 files changed, 0 insertions, 27 deletions
diff --git a/files/fr/web/api/positionoptions/timeout/index.md b/files/fr/web/api/positionoptions/timeout/index.md
deleted file mode 100644
index f524f862ee..0000000000
--- a/files/fr/web/api/positionoptions/timeout/index.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: PositionOptions.timeout
-slug: Web/API/PositionOptions/timeout
-translation_of: Web/API/PositionOptions/timeout
----
-{{securecontext_header}}{{APIRef("Geolocation API")}}
-
-La propriété **`PositionOptions.timeout`** est de type `long` positif représentant la durée maximale (en millisecondes) que le périphérique est autorisé à prendre pour renvoyer une position. La valeur par défaut est [`Infinity`](/en-US/docs/JavaScript/Reference/Global_Objects/Infinity), ce qui signifie que `getCurrentPosition()` ne retournera rien tant que la position n'est pas disponible.
-
-## Syntaxe
-
- positionOptions.timeout = timeLength
-
-## Spécifications
-
-| Spécification | Status | Commentaire |
-| -------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -------------------- |
-| {{SpecName('Geolocation', '#dom-positionoptions-timeout', 'PositionOptions.timeout')}} | {{Spec2('Geolocation')}} | Définition initiale. |
-
-## Compatibilité des navigateurs
-
-{{Compat("api.PositionOptions.timeout")}}
-
-## Voir aussi
-
-- [Utiliser la géolocalisation](/fr/docs/WebAPI/Using_geolocation)
-- L'interface {{domxref("PositionOptions")}} auquel il appartient.