Skip to content

Commit

Permalink
Add explicit [Exposed] (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz authored and bfgeek committed Aug 20, 2019
1 parent 8374cd7 commit bcd2d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worklets/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ The {{Worklet}} object provides the capability to add module scripts into its as
{{WorkletGlobalScope}}s and invoke their methods.

<pre class='idl'>
[Exposed=Window]
interface Worklet {
[NewObject] Promise&lt;void> addModule(USVString moduleURL, optional WorkletOptions options);
};
Expand Down

0 comments on commit bcd2d13

Please sign in to comment.