Skip to content

Commit 5c3cecd

Browse files
Remove DOMTimeStamp
Closes #2. It has been renamed to EpochTimeStamp and moved to https://w3c.github.io/hr-time/#the-epochtimestamp-typedef.
1 parent f13d944 commit 5c3cecd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

index.bs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14611,16 +14611,6 @@ Their [=deserialization steps=], given <var>value</var> and <var>serialized</var
1461114611
<var>value</var>.</li>
1461214612
</ol>
1461314613

14614-
<h3 id="DOMTimeStamp" typedef oldids="common-DOMTimeStamp">DOMTimeStamp</h3>
14615-
14616-
<pre class="idl">typedef unsigned long long DOMTimeStamp;</pre>
14617-
14618-
The {{DOMTimeStamp}} type is used for representing
14619-
a number of milliseconds, either as an absolute time (relative to some epoch)
14620-
or as a relative amount of time. Specifications that use this type will need
14621-
to define how the number of milliseconds is to be interpreted.
14622-
14623-
1462414614
<h3 id="Function" callback oldids="common-Function">Function</h3>
1462514615

1462614616
<pre class="idl">callback Function = any (any... arguments);</pre>

0 commit comments

Comments
 (0)