We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f4e72 commit 9f4a880Copy full SHA for 9f4a880
interfaces/worklets.idl
@@ -7,6 +7,7 @@
7
interface WorkletGlobalScope {
8
};
9
10
+[Exposed=Window]
11
interface Worklet {
12
[NewObject] Promise<void> addModule(USVString moduleURL, optional WorkletOptions options);
13
0 commit comments