--- 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 class="seoSummary">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>