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.