aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/performanceservertiming/description/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/performanceservertiming/description/index.md')
-rw-r--r--files/fr/web/api/performanceservertiming/description/index.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/files/fr/web/api/performanceservertiming/description/index.md b/files/fr/web/api/performanceservertiming/description/index.md
new file mode 100644
index 0000000000..68062d8a27
--- /dev/null
+++ b/files/fr/web/api/performanceservertiming/description/index.md
@@ -0,0 +1,51 @@
+---
+title: PerformanceServerTiming.description
+slug: Web/API/PerformanceServerTiming/description
+tags:
+ - API
+ - Property
+ - Propriété
+ - Reference
+ - Performance Web
+ - Resource Timing API
+ - description
+translation_of: Web/API/PerformanceServerTiming/description
+---
+<div>{{APIRef("Resource Timing API")}}</div>
+
+<p>La propriété en lecture seule <strong><code>description</code></strong> retourne une chaîne de caractères (<a href="/fr/docs/Web/API/DOMString"><code>DOMString</code></a>) décrivant la métrique spécifiée par le serveur, ou une chaîne vide.</p>
+
+<h2 id="Syntax">Syntaxe</h2>
+
+<pre class="brush: js"><var>serverTiming</var>.description;</pre>
+
+<h2 id="Specifications">Spécifications</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">Spécification</th>
+ <th scope="col">Statut</th>
+ <th scope="col">Commentaire</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName('Server Timing','#dom-performanceservertiming-description',
+ 'description')}}</td>
+ <td>{{Spec2('Server Timing')}}</td>
+ <td>Définition initiale.</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2>
+
+<p>{{Compat("api.PerformanceServerTiming.description")}}</p>
+
+<h2 id="See_also">Voir aussi</h2>
+
+<ul>
+ <li><a href="/fr/docs/Web/API/PerformanceServerTiming"><code>PerformanceServerTiming</code></a></li>
+ <li><a href="/fr/docs/Web/HTTP/Headers/Server-Timing"><code>Server-Timing</code></a></li>
+</ul>