Skip to content

Commit bf763d8

Browse files
authored
Update userScripts.execute() to receive multiple js soruces
Updated as discussed in w3c#477 (comment)
1 parent 233d77a commit bf763d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/user-scripts-execute-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ dictionary UserScriptInjection {
4646
// prior to page load, as the page may have already loaded by the time the
4747
// script reaches the target.
4848
injectImmediately?: boolean,
49-
// The script source to inject into the target.
50-
js: ScriptSource,
49+
// The script sources to inject into the target.
50+
js[]: ScriptSource,
5151
// Details specifying the target into which to inject the script.
5252
target: InjectionTarget,
5353
// The JavaScript "world" to run the script in. The default is `USER_SCRIPT`.

0 commit comments

Comments
 (0)