Skip to content

Commit

Permalink
docs: remove deprecated options for the findInPage method. (#25574)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryMK committed Sep 22, 2020
1 parent 6acf34f commit 0d72bf3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions docs/api/web-contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -1212,12 +1212,6 @@ Inserts `text` to the focused element.
defaults to `false`.
* `matchCase` Boolean (optional) - Whether search should be case-sensitive,
defaults to `false`.
* `wordStart` Boolean (optional) - Whether to look only at the start of words.
defaults to `false`.
* `medialCapitalAsWordStart` Boolean (optional) - When combined with `wordStart`,
accepts a match in the middle of a word if the match begins with an
uppercase letter followed by a lowercase or non-letter.
Accepts several other intra-word matches, defaults to `false`.

Returns `Integer` - The request id used for the request.

Expand Down
6 changes: 0 additions & 6 deletions docs/api/webview-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,6 @@ Inserts `text` to the focused element.
defaults to `false`.
* `matchCase` Boolean (optional) - Whether search should be case-sensitive,
defaults to `false`.
* `wordStart` Boolean (optional) - Whether to look only at the start of words.
defaults to `false`.
* `medialCapitalAsWordStart` Boolean (optional) - When combined with `wordStart`,
accepts a match in the middle of a word if the match begins with an
uppercase letter followed by a lowercase or non-letter.
Accepts several other intra-word matches, defaults to `false`.

Returns `Integer` - The request id used for the request.

Expand Down

0 comments on commit 0d72bf3

Please sign in to comment.