We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233d77a commit bf763d8Copy full SHA for bf763d8
proposals/user-scripts-execute-api.md
@@ -46,8 +46,8 @@ dictionary UserScriptInjection {
46
// prior to page load, as the page may have already loaded by the time the
47
// script reaches the target.
48
injectImmediately?: boolean,
49
- // The script source to inject into the target.
50
- js: ScriptSource,
+ // The script sources to inject into the target.
+ js[]: ScriptSource,
51
// Details specifying the target into which to inject the script.
52
target: InjectionTarget,
53
// The JavaScript "world" to run the script in. The default is `USER_SCRIPT`.
0 commit comments