Skip to content

Commit 9f4a880

Browse files
autofooliplukebjerring
authored andcommitted

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interfaces/worklets.idl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
interface WorkletGlobalScope {
88
};
99

10+
[Exposed=Window]
1011
interface Worklet {
1112
[NewObject] Promise<void> addModule(USVString moduleURL, optional WorkletOptions options);
1213
};

0 commit comments

Comments
 (0)