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 8374cd7 commit bcd2d13Copy full SHA for bcd2d13
worklets/Overview.bs
@@ -334,6 +334,7 @@ The {{Worklet}} object provides the capability to add module scripts into its as
334
{{WorkletGlobalScope}}s and invoke their methods.
335
336
<pre class='idl'>
337
+[Exposed=Window]
338
interface Worklet {
339
[NewObject] Promise<void> addModule(USVString moduleURL, optional WorkletOptions options);
340
};
0 commit comments