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 81a40b9 commit b170244Copy full SHA for b170244
worklets/Overview.bs
@@ -333,7 +333,7 @@ The {{Worklet}} object provides the capability to add module scripts into its as
333
<pre class='idl'>
334
[Exposed=Window]
335
interface Worklet {
336
- [NewObject] Promise<void> addModule(USVString moduleURL, optional WorkletOptions options);
+ [NewObject] Promise<void> addModule(USVString moduleURL, optional WorkletOptions options = {});
337
};
338
339
dictionary WorkletOptions {
0 commit comments