aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/performanceelementtiming/tojson/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/performanceelementtiming/tojson/index.html')
-rw-r--r--files/fr/web/api/performanceelementtiming/tojson/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/files/fr/web/api/performanceelementtiming/tojson/index.html b/files/fr/web/api/performanceelementtiming/tojson/index.html
index 6d0ff16b06..b0dd7affae 100644
--- a/files/fr/web/api/performanceelementtiming/tojson/index.html
+++ b/files/fr/web/api/performanceelementtiming/tojson/index.html
@@ -12,7 +12,7 @@ translation_of: Web/API/PerformanceElementTiming/toJSON
---
<div>{{APIRef("Element Timing API")}}</div>
-<p class="summary">La méthode <strong><code>toJSON()</code></strong> de l'interface <a href="/fr/docs/Web/API/PerformanceElementTiming"><code>PerformanceElementTiming</code></a> est un sérialiseur standard. Elle renvoie une représentation JSON des propriétés de l'objet.</p>
+<p>La méthode <strong><code>toJSON()</code></strong> de l'interface <a href="/fr/docs/Web/API/PerformanceElementTiming"><code>PerformanceElementTiming</code></a> est un sérialiseur standard. Elle renvoie une représentation JSON des propriétés de l'objet.</p>
<h2 id="Syntax">Syntaxe</h2>
@@ -40,7 +40,9 @@ translation_of: Web/API/PerformanceElementTiming/toJSON
});
observer.observe({ entryTypes: ["element"] });</pre>
-<p class="notecard note">Cet exemple utilise l'interface <a href="/fr/docs/Web/API/PerformanceObserver"><code>PerformanceObserver</code></a> pour créer une liste d'événements de mesure des performances. Dans notre cas, nous observons l'élément <a href="/fr/docs/Web/API/PerformanceEntry/entryType"><code>PerformanceEntry.entryType</code></a> afin d'utiliser l'interface <code>PerformanceElementTiming</code>.</p>
+<div class="note">
+ <p><strong>Note :</strong> Cet exemple utilise l'interface <a href="/fr/docs/Web/API/PerformanceObserver"><code>PerformanceObserver</code></a> pour créer une liste d'événements de mesure des performances. Dans notre cas, nous observons l'élément <a href="/fr/docs/Web/API/PerformanceEntry/entryType"><code>PerformanceEntry.entryType</code></a> afin d'utiliser l'interface <code>PerformanceElementTiming</code>.</p>
+</div>
<h2 id="Specifications">Spécifications</h2>