From f757912f902e09df340ed48ed1ff60a7cc8dff58 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sat, 1 Apr 2017 12:11:34 +1100 Subject: [PATCH] Add missing finalUpdate prop --- docs/api/web-contents.md | 1 + docs/api/webview-tag.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 72dc4b0f7454..87530234a282 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -336,6 +336,7 @@ Returns: * `activeMatchOrdinal` Integer - Position of the active match. * `matches` Integer - Number of Matches. * `selectionArea` Object - Coordinates of first match region. + * `finalUpdate` Boolean Emitted when a result is available for [`webContents.findInPage`] request. diff --git a/docs/api/webview-tag.md b/docs/api/webview-tag.md index 5efc225a1d65..9c09c8ef730e 100644 --- a/docs/api/webview-tag.md +++ b/docs/api/webview-tag.md @@ -749,6 +749,7 @@ Returns: * `activeMatchOrdinal` Integer - Position of the active match. * `matches` Integer - Number of Matches. * `selectionArea` Object - Coordinates of first match region. + * `finalUpdate` Boolean Fired when a result is available for [`webview.findInPage`](webview-tag.md#webviewtagfindinpage) request.