You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/release-notes/index.md
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,21 +75,24 @@ For full API compatibility, this Prerelease version of the WebView2 SDK requires
75
75
<!-- ------------------------------ -->
76
76
#### Experimental APIs
77
77
78
-
The following Experimental APIs have been added in this Prerelease SDK.
78
+
No Experimental APIs have been added in this Prerelease SDK.
79
+
80
+
<!-- ------------------------------ -->
81
+
#### Promotions
82
+
83
+
The following APIs have been promoted from Experimental to Stable in this Prerelease SDK.
79
84
80
85
81
86
<!-- ---------- -->
82
-
###### Manage the nested iframes
83
-
84
-
Use the Nested iframes API to subscribe to the nested iframe creation event and access the `CoreWebView2Frame` properties, methods, and events for the nested iframe.
87
+
###### Track navigation history for nested iframes (FrameCreatedEvent API)
85
88
86
-
By default, for performance, WebView2 doesn't track nested iframes. WebView2 only tracks a nested iframe if its parent iframe (`CoreWebView2Frame`) has subscribed to the `CoreWebView2Frame.FrameCreated` event.
89
+
The FrameCreatedEvent API supports nested iframes, such as recording the navigation history for a second-level iframe. Without this API, WebView2 only tracks first-level iframes, which are the direct child iframes of the main frame. Using this API, your app can subscribe to the nested iframe creation event, giving the app access to all properties, methods, and events of CoreWebView2Frame for the nested iframe.
87
90
88
-
For a page that has multi-level iframes, you can choose to track any of the following:
91
+
Use this API to manage iframe tracking on a page that contains multiple levels of iframes. You can choose to track any of the following:
89
92
90
-
*Only the main page and its first-level iframes (the default behavior).
91
-
*A partial WebView2 frames tree, that contains specific iframes of interest.
92
-
*The full WebView2 frames tree.
93
+
Only the main page and first-level iframes (the default behavior).
94
+
A partial WebView2 frames tree with specific iframes of interest.
95
+
The full WebView2 frames tree.
93
96
94
97
##### [.NET/C#](#tab/dotnetcsharp)
95
98
@@ -114,12 +117,6 @@ For a page that has multi-level iframes, you can choose to track any of the foll
114
117
---
115
118
116
119
117
-
<!-- ------------------------------ -->
118
-
#### Promotions
119
-
120
-
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
0 commit comments