fix signature of <webview>.executeJavaScript
This commit is contained in:
parent
2edf4da859
commit
01f549628f
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue