Skip to content

Commit 44208fd

Browse files
authored
[worklets-1] Align with Web IDL specification (#1002)
1 parent bd59773 commit 44208fd

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
@@ -318,7 +318,7 @@ The {{Worklet}} object provides the capability to add module scripts into its as
318318
<pre class='idl'>
319319
[Exposed=Window]
320320
interface Worklet {
321-
[NewObject] Promise&lt;void> addModule(USVString moduleURL, optional WorkletOptions options = {});
321+
[NewObject] Promise&lt;undefined> addModule(USVString moduleURL, optional WorkletOptions options = {});
322322
};
323323

324324
dictionary WorkletOptions {

0 commit comments

Comments
 (0)