Skip to content

Commit b170244

Browse files
authored
[worklets-1] Align with Web IDL specification (#966)
* [worklets-1] Align with Web IDL specification * [worklets-1] Align with Web IDL specification
1 parent 81a40b9 commit b170244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worklets/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ The {{Worklet}} object provides the capability to add module scripts into its as
333333
<pre class='idl'>
334334
[Exposed=Window]
335335
interface Worklet {
336-
[NewObject] Promise&lt;void> addModule(USVString moduleURL, optional WorkletOptions options);
336+
[NewObject] Promise&lt;void> addModule(USVString moduleURL, optional WorkletOptions options = {});
337337
};
338338

339339
dictionary WorkletOptions {

0 commit comments

Comments
 (0)