Skip to content

Commit bcd2d13

Browse files
saschanazbfgeek
authored andcommitted
Add explicit [Exposed] (w3c#935)
1 parent 8374cd7 commit bcd2d13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worklets/Overview.bs

+1
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ The {{Worklet}} object provides the capability to add module scripts into its as
334334
{{WorkletGlobalScope}}s and invoke their methods.
335335

336336
<pre class='idl'>
337+
[Exposed=Window]
337338
interface Worklet {
338339
[NewObject] Promise&lt;void> addModule(USVString moduleURL, optional WorkletOptions options);
339340
};

0 commit comments

Comments
 (0)