Skip to content

Commit

Permalink
Remove DOMTimeStamp
Browse files Browse the repository at this point in the history
Closes #2. It has been renamed to EpochTimeStamp and moved to https://w3c.github.io/hr-time/#the-epochtimestamp-typedef.
  • Loading branch information
marcoscaceres committed Oct 19, 2021
1 parent f13d944 commit 5c3cecd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -14611,16 +14611,6 @@ Their [=deserialization steps=], given <var>value</var> and <var>serialized</var
<var>value</var>.</li>
</ol>

<h3 id="DOMTimeStamp" typedef oldids="common-DOMTimeStamp">DOMTimeStamp</h3>

<pre class="idl">typedef unsigned long long DOMTimeStamp;</pre>

The {{DOMTimeStamp}} type is used for representing
a number of milliseconds, either as an absolute time (relative to some epoch)
or as a relative amount of time. Specifications that use this type will need
to define how the number of milliseconds is to be interpreted.


<h3 id="Function" callback oldids="common-Function">Function</h3>

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

0 comments on commit 5c3cecd

Please sign in to comment.