blob: e60983e81eb56484ece40e48d9ebf4cb86da755f (
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
|
---
title: DOMTimeStamp
slug: Web/API/DOMTimeStamp
translation_of: Web/API/DOMTimeStamp
---
<div>{{APIRef("DOM")}}</div>
<p><strong><code>DOMTimeStamp</code></strong> 类型表示绝对或相对毫秒数,具体取决于它出现的规范。</p>
<h2 id="Specifications">Specifications</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName("WebIDL", "#common-DOMTimeStamp", "DOMTimeStamp")}}</td>
<td>{{Spec2("WebIDL")}}</td>
<td>Initial specification</td>
</tr>
</tbody>
</table>
|