Skip to content

Commit

Permalink
Update files/zh-cn/mozilla/add-ons/webextensions/api/scripting/execut…
Browse files Browse the repository at this point in the history
…escript/index.md
  • Loading branch information
PassionPenguin authored Dec 30, 2024
1 parent 81526a4 commit 920e679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let results = await browser.scripting.executeScript(
- `args` {{optional_inline}}
- : 传递到函数中的参数数组,仅在指定了 `func` 参数时有效。参数必须是可 JSON 序列化的。
- `files` {{optional_inline}}
- : `string``array`。要注入的 JS 文件路径数组,路径相对于扩展的根目录。必须指定 `files``func` 其中之一。
- : `string``array`。要注入的 JavaScript 文件相对于扩展的根目录的路径的数组。必须指定 `files``func` 其中之一。
- `func` {{optional_inline}}
- : `function`。要注入的 JavaScript 函数。此函数在注入前被序列化并被反序列化,因此任何绑定的参数和执行上下文都将丢失。必须指定 `files``func` 其中之一。
- `injectImmediately` {{optional_inline}}
Expand Down

0 comments on commit 920e679

Please sign in to comment.