Mention userGesture default
This commit is contained in:
parent
6240e30be1
commit
6bc464d4b0
1 changed files with 2 additions and 2 deletions
|
@ -672,7 +672,7 @@ Injects CSS into the current web page.
|
||||||
#### `contents.executeJavaScript(code[, userGesture, callback])`
|
#### `contents.executeJavaScript(code[, userGesture, callback])`
|
||||||
|
|
||||||
* `code` String
|
* `code` String
|
||||||
* `userGesture` Boolean (optional)
|
* `userGesture` Boolean (optional) - Default is `false`.
|
||||||
* `callback` Function (optional) - Called after script has been executed.
|
* `callback` Function (optional) - Called after script has been executed.
|
||||||
* `result` Any
|
* `result` Any
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue