aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/performanceservertiming/name/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/performanceservertiming/name/index.md')
-rw-r--r--files/fr/web/api/performanceservertiming/name/index.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/files/fr/web/api/performanceservertiming/name/index.md b/files/fr/web/api/performanceservertiming/name/index.md
new file mode 100644
index 0000000000..f4834fdcaa
--- /dev/null
+++ b/files/fr/web/api/performanceservertiming/name/index.md
@@ -0,0 +1,50 @@
+---
+title: PerformanceServerTiming.name
+slug: Web/API/PerformanceServerTiming/name
+tags:
+ - API
+ - Property
+ - Propriété
+ - Reference
+ - Performance Web
+ - Resource Timing API
+ - name
+translation_of: Web/API/PerformanceServerTiming/name
+---
+<div>{{APIRef("Resource Timing API")}}</div>
+
+<p>La propriété en lecture seule <strong><code>name</code></strong> retourne une valeur <a href="/fr/docs/Web/API/DOMString"><code>DOMString</code></a> qui est le nom de la métrique spécifiée par le serveur.</p>
+
+<h2 id="Syntax">Syntaxe</h2>
+
+<pre class="brush: js"><var>serverTiming</var>.name;</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-name', 'name')}}</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.name")}}</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>