From 0d72bf3ed20bd897da22bcbe1b38d8b02683adf2 Mon Sep 17 00:00:00 2001 From: dmitryk Date: Tue, 22 Sep 2020 21:55:56 +0300 Subject: [PATCH] docs: remove deprecated options for the findInPage method. (#25574) --- docs/api/web-contents.md | 6 ------ docs/api/webview-tag.md | 6 ------ 2 files changed, 12 deletions(-) diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 59d8e55b8042..2c580fb98c35 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -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. diff --git a/docs/api/webview-tag.md b/docs/api/webview-tag.md index cdef0d473743..7982e9392a53 100644 --- a/docs/api/webview-tag.md +++ b/docs/api/webview-tag.md @@ -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.