Skip to content

Commit f7d825e

Browse files
authoredFeb 27, 2025··
Merge pull request #745 from EmiliaPaz/main
Update userScripts.execute() to receive multiple js sources
2 parents af3278e + 0aa8023 commit f7d825e

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)
Please sign in to comment.