blob: 014045da71668b180534f79fbbb6e36fe2263242 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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>
|