Skip to content

Commit

Permalink
Merge pull request #200 from w3c/revert-193-expose-everywhere
Browse files Browse the repository at this point in the history
Revert "Expose everywhere"
  • Loading branch information
yoavweiss authored Jul 22, 2022
2 parents d142916 + 519251e commit 191e64c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h2>The <dfn>PerformanceEntry</dfn> interface</h2>
<p>The <a>PerformanceEntry</a> interface hosts the performance data of
various metrics.</p>
<pre class='idl'>
[Exposed=*]
[Exposed=(Window,Worker)]
interface PerformanceEntry {
readonly attribute DOMString name;
readonly attribute DOMString entryType;
Expand Down Expand Up @@ -374,7 +374,7 @@ <h2>The <dfn>PerformanceObserver</dfn> interface</h2>
callback PerformanceObserverCallback = undefined (PerformanceObserverEntryList entries,
PerformanceObserver observer,
optional PerformanceObserverCallbackOptions options = {});
[Exposed=*]
[Exposed=(Window,Worker)]
interface PerformanceObserver {
constructor(PerformanceObserverCallback callback);
undefined observe (optional PerformanceObserverInit options = {});
Expand Down Expand Up @@ -580,7 +580,7 @@ <h2><dfn>PerformanceObserverInit</dfn> dictionary</h2>
"PerformanceObserverEntryList">
<h2><dfn>PerformanceObserverEntryList</dfn> interface</h2>
<pre class="idl">
[Exposed=*]
[Exposed=(Window,Worker)]
interface PerformanceObserverEntryList {
PerformanceEntryList getEntries();
PerformanceEntryList getEntriesByType (DOMString type);
Expand Down

0 comments on commit 191e64c

Please sign in to comment.