aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/positionoptions/timeout
diff options
context:
space:
mode:
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.