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 bd59773 commit 44208fdCopy full SHA for 44208fd
worklets/Overview.bs
@@ -318,7 +318,7 @@ The {{Worklet}} object provides the capability to add module scripts into its as
318
<pre class='idl'>
319
[Exposed=Window]
320
interface Worklet {
321
- [NewObject] Promise<void> addModule(USVString moduleURL, optional WorkletOptions options = {});
+ [NewObject] Promise<undefined> addModule(USVString moduleURL, optional WorkletOptions options = {});
322
};
323
324
dictionary WorkletOptions {
0 commit comments