Mention userGesture default

This commit is contained in:
Kevin Sawicki 2017-03-06 10:51:48 -08:00
parent 6240e30be1
commit 6bc464d4b0

View file

@ -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