diff options
Diffstat (limited to 'files/fr/web/api/performance/timeorigin/index.md')
-rw-r--r-- | files/fr/web/api/performance/timeorigin/index.md | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/files/fr/web/api/performance/timeorigin/index.md b/files/fr/web/api/performance/timeorigin/index.md new file mode 100644 index 0000000000..014045da71 --- /dev/null +++ b/files/fr/web/api/performance/timeorigin/index.md @@ -0,0 +1,50 @@ +--- +title: performance.timeOrigin +slug: Web/API/Performance/timeOrigin +tags: + - API + - Experimental + - High Resolution Time API + - Performance + - Property + - Propriété + - Reference + - timeOrigin +translation_of: Web/API/Performance/getEntriesByName +--- +<p>{{SeeCompatTable}}{{APIRef("High Resolution Time")}}</p> + +<p>La propriété en lecture seule <strong><code>timeOrigin</code></strong> de l'interface {{domxref("Performance")}} renvoie l'horodatage haute résolution de l'heure de début de la mesure de performance.</p> + +<p>{{AvailableInWorkers}}</p> + +<h2 id="Syntax">Syntaxe</h2> + +<pre class="brush: js"> + var timeOrigin = performance.timeOrigin +</pre> + +<h3 id="Value">Valeur</h3> + +<p>Un horodatage haute résolution (voir le type <a href="/fr/docs/Web/API/DOMHighResTimeStamp"><code>DOMHighResTimeStamp</code></a>).</p> + +<h2 id="Specifications">Spécifications</h2> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">Spécification</th> + <th scope="col">Statut</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('Highres Time Level 2','#timeorigin-attribute','timeOrigin')}}</td> + <td>{{Spec2('Highres Time Level 2')}}</td> + </tr> + </tbody> +</table> + +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> + +<p>{{Compat("api.Performance.timeOrigin")}}</p> |