From 45cb6c16127fbbf194fa7f5568e702d7cb3e9a3e Mon Sep 17 00:00:00 2001 From: Michael Hoffman <45407486+mikehoffms@users.noreply.github.com> Date: Thu, 20 Nov 2025 00:08:21 -0800 Subject: [PATCH] del breakchg (#3649) --- microsoft-edge/webview2/release-notes/index.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/microsoft-edge/webview2/release-notes/index.md b/microsoft-edge/webview2/release-notes/index.md index 8ce2c21e98..9232513538 100644 --- a/microsoft-edge/webview2/release-notes/index.md +++ b/microsoft-edge/webview2/release-notes/index.md @@ -70,19 +70,6 @@ Release Date: November 07, 2025 For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 143.0.3650.0 or higher. - - -#### Breaking changes - - - -###### Don't start navigation until `NewWindowRequested` event completes - -Don't start WebView2 navigation until the `NewWindowRequested` event is completed, because the event blocks the parent frame's JavaScript until completion. - -This is a potentially breaking change; you might need to revise your code. - - #### Experimental APIs