Skip to content

Commit

Permalink
Revert "Expose everywhere (#130)" (#138)
Browse files Browse the repository at this point in the history
This reverts commit e7285a2.
  • Loading branch information
yoavweiss committed Sep 20, 2022
1 parent e7285a2 commit f1fd2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ <h3>
The <dfn>Performance</dfn> interface
</h3>
<pre class="idl">
[Exposed=*]
[Exposed=(Window,Worker)]
interface Performance : EventTarget {
DOMHighResTimeStamp now();
readonly attribute DOMHighResTimeStamp timeOrigin;
Expand Down

0 comments on commit f1fd2aa

Please sign in to comment.