mirror of
https://github.com/electron/electron.git
synced 2026-02-17 10:31:38 -05:00
Merge pull request #3492 from vitorgalvao/patch-2
web-view-tag.md: small typo correction ('the' position swap)
This commit is contained in:
@@ -262,7 +262,7 @@ Injects CSS into the guest page.
|
||||
* `code` String
|
||||
* `userGesture` Boolean - Default `false`.
|
||||
|
||||
Evaluates `code` in page. If `userGesture` is set, it will the create user
|
||||
Evaluates `code` in page. If `userGesture` is set, it will create the user
|
||||
gesture context in the page. HTML APIs like `requestFullScreen`, which require
|
||||
user action, can take advantage of this option for automation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user