@@ -370,7 +370,7 @@ been {{Event/AT_TARGET}}.
370
370
<h3 id=interface-event>Interface {{Event}}</h3>
371
371
372
372
<pre class=idl>
373
- [Exposed=(Window,Worker,AudioWorklet) ]
373
+ [Exposed=* ]
374
374
interface Event {
375
375
constructor(DOMString type, optional EventInit eventInitDict = {});
376
376
@@ -785,7 +785,7 @@ workers or worklets, and is inaccurate for events dispatched in <a>shadow trees<
785
785
<h3 id=interface-customevent>Interface {{CustomEvent}}</h3>
786
786
787
787
<pre class=idl>
788
- [Exposed=(Window,Worker) ]
788
+ [Exposed=* ]
789
789
interface CustomEvent : Event {
790
790
constructor(DOMString type, optional CustomEventInit eventInitDict = {});
791
791
@@ -933,7 +933,7 @@ for historical reasons.
933
933
<h3 id=interface-eventtarget>Interface {{EventTarget}}</h3>
934
934
935
935
<pre class=idl>
936
- [Exposed=(Window,Worker,AudioWorklet) ]
936
+ [Exposed=* ]
937
937
interface EventTarget {
938
938
constructor();
939
939
@@ -1720,7 +1720,7 @@ example of an API where the latter made sense.
1720
1720
<h3 id=interface-abortcontroller>Interface {{AbortController}}</h3>
1721
1721
1722
1722
<pre class=idl>
1723
- [Exposed=(Window,Worker) ]
1723
+ [Exposed=* ]
1724
1724
interface AbortController {
1725
1725
constructor();
1726
1726
@@ -1768,7 +1768,7 @@ to <a for=AbortSignal>signal abort</a> on <a>this</a>'s <a for=AbortController>s
1768
1768
<h3 id=interface-AbortSignal>Interface {{AbortSignal}}</h3>
1769
1769
1770
1770
<pre class=idl>
1771
- [Exposed=(Window,Worker) ]
1771
+ [Exposed=* ]
1772
1772
interface AbortSignal : EventTarget {
1773
1773
[NewObject] static AbortSignal abort(optional any reason);
1774
1774
0 commit comments