Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
028bab0320
2 changed files with 8 additions and 7 deletions
|
@ -896,10 +896,10 @@ Inserts `text` to the focused element.
|
||||||
uppercase letter followed by a lowercase or non-letter.
|
uppercase letter followed by a lowercase or non-letter.
|
||||||
Accepts several other intra-word matches, defaults to `false`.
|
Accepts several other intra-word matches, defaults to `false`.
|
||||||
|
|
||||||
Starts a request to find all matches for the `text` in the web page and returns
|
Returns `Integer` - The request id used for the request.
|
||||||
an `Integer` representing the request id used for the request. The result of
|
|
||||||
the request can be obtained by subscribing to
|
Starts a request to find all matches for the `text` in the web page. The result of the request
|
||||||
[`found-in-page`](web-contents.md#event-found-in-page) event.
|
can be obtained by subscribing to [`found-in-page`](web-contents.md#event-found-in-page) event.
|
||||||
|
|
||||||
#### `contents.stopFindInPage(action)`
|
#### `contents.stopFindInPage(action)`
|
||||||
|
|
||||||
|
|
|
@ -520,9 +520,10 @@ Inserts `text` to the focused element.
|
||||||
uppercase letter followed by a lowercase or non-letter.
|
uppercase letter followed by a lowercase or non-letter.
|
||||||
Accepts several other intra-word matches, defaults to `false`.
|
Accepts several other intra-word matches, defaults to `false`.
|
||||||
|
|
||||||
Starts a request to find all matches for the `text` in the web page and returns an `Integer`
|
Returns `Integer` - The request id used for the request.
|
||||||
representing the request id used for the request. The result of the request can be
|
|
||||||
obtained by subscribing to [`found-in-page`](webview-tag.md#event-found-in-page) event.
|
Starts a request to find all matches for the `text` in the web page. The result of the request
|
||||||
|
can be obtained by subscribing to [`found-in-page`](webview-tag.md#event-found-in-page) event.
|
||||||
|
|
||||||
### `<webview>.stopFindInPage(action)`
|
### `<webview>.stopFindInPage(action)`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue