blob: c8f6255687e80596b65eeb9ac7707e64fa52e8ce (
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
|
---
title: Performance.timeOrigin
slug: Web/API/Performance/timeOrigin
tags:
- API
- Experimental
- Propiedad
- Referencia
- Rendimiento
- timeOrigin
translation_of: Web/API/Performance/timeOrigin
---
<p>{{SeeCompatTable}}{{APIRef("High Resolution Time")}}</p>
<p>La propiedad de solo lectura <strong><code>timeOrigin</code></strong> de la inferfaz {{domxref("Performance")}} devuelve una marca de tiempo de alta precisión del inicio de medida de rendimiento.</p>
<p>{{AvailableInWorkers}}</p>
<h2 id="Sintaxis">Sintaxis</h2>
<pre class="syntaxbox">var <em>timeOrigin</em> = performance.timeOrigin</pre>
<h3 id="Valor">Valor</h3>
<p>Una marca de tiempo de alta precisión.</p>
<h2 id="Especificaciones">Especificaciones</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">Especificación</th>
<th scope="col">Estado</th>
</tr>
<tr>
<td>{{SpecName('Highres Time Level 2','#dom-performance-timeorigin','timeOrigin')}}</td>
<td>{{Spec2('Highres Time Level 2')}}</td>
</tr>
</tbody>
</table>
<h2 id="Compatibilidad_de_navegadores">Compatibilidad de navegadores</h2>
<div>
<p>{{Compat("api.Performance.timeOrigin")}}</p>
</div>
|