mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix signature of <webview>.executeJavaScript
This commit is contained in:
@@ -402,7 +402,7 @@ Returns `String` - The user agent for guest page.
|
||||
|
||||
Injects CSS into the guest page.
|
||||
|
||||
### `<webview>.executeJavaScript(code, userGesture, callback)`
|
||||
### `<webview>.executeJavaScript(code[, userGesture, callback])`
|
||||
|
||||
* `code` String
|
||||
* `userGesture` Boolean (optional) - Default `false`.
|
||||
|
||||
Reference in New Issue
Block a user