aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/positionoptions/timeout/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/positionoptions/timeout/index.md')
-rw-r--r--files/fr/web/api/positionoptions/timeout/index.md44
1 files changed, 13 insertions, 31 deletions
diff --git a/files/fr/web/api/positionoptions/timeout/index.md b/files/fr/web/api/positionoptions/timeout/index.md
index 4454f93754..f524f862ee 100644
--- a/files/fr/web/api/positionoptions/timeout/index.md
+++ b/files/fr/web/api/positionoptions/timeout/index.md
@@ -3,43 +3,25 @@ title: PositionOptions.timeout
slug: Web/API/PositionOptions/timeout
translation_of: Web/API/PositionOptions/timeout
---
-<div>{{securecontext_header}}{{APIRef("Geolocation API")}}</div>
+{{securecontext_header}}{{APIRef("Geolocation API")}}
-<p>La propriété <code><strong>PositionOptions.timeout</strong></code> est de type <code>long</code> 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 <code><a href="/en-US/docs/JavaScript/Reference/Global_Objects/Infinity">Infinity</a></code>, ce qui signifie que <code>getCurrentPosition()</code> ne retournera rien tant que la position n'est pas disponible.</p>
+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.
-<h2 id="Syntaxe">Syntaxe</h2>
+## Syntaxe
-<pre class="syntaxbox"><var>positionOptions</var>.timeout = <var>timeLength</var>
-</pre>
+ positionOptions.timeout = timeLength
-<h2 id="Spécifications">Spécifications</h2>
+## Spécifications
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">Status</th>
- <th scope="col">Commentaire</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('Geolocation', '#dom-positionoptions-timeout', 'PositionOptions.timeout')}}</td>
- <td>{{Spec2('Geolocation')}}</td>
- <td>Définition initiale.</td>
- </tr>
- </tbody>
-</table>
+| Spécification | Status | Commentaire |
+| -------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -------------------- |
+| {{SpecName('Geolocation', '#dom-positionoptions-timeout', 'PositionOptions.timeout')}} | {{Spec2('Geolocation')}} | Définition initiale. |
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
+## Compatibilité des navigateurs
+{{Compat("api.PositionOptions.timeout")}}
+## Voir aussi
-<p>{{Compat("api.PositionOptions.timeout")}}</p>
-
-<h2 id="Voir_aussi">Voir aussi</h2>
-
-<ul>
- <li><a href="/fr/docs/WebAPI/Using_geolocation">Utiliser la géolocalisation</a></li>
- <li>L'interface {{domxref("PositionOptions")}} auquel il appartient.</li>
-</ul>
+- [Utiliser la géolocalisation](/fr/docs/WebAPI/Using_geolocation)
+- L'interface {{domxref("PositionOptions")}} auquel il appartient.