Skip to content

Commit 3f2ea6c

Browse files
committed
updated v2
1 parent dcb2a42 commit 3f2ea6c

1 file changed

Lines changed: 12 additions & 15 deletions

File tree

  • microsoft-edge/webview2/release-notes

microsoft-edge/webview2/release-notes/index.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,24 @@ For full API compatibility, this Prerelease version of the WebView2 SDK requires
7575
<!-- ------------------------------ -->
7676
#### Experimental APIs
7777

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.
7984

8085

8186
<!-- ---------- -->
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)
8588

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.
8790

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:
8992

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.
9396

9497
##### [.NET/C#](#tab/dotnetcsharp)
9598

@@ -114,12 +117,6 @@ For a page that has multi-level iframes, you can choose to track any of the foll
114117
---
115118

116119

117-
<!-- ------------------------------ -->
118-
#### Promotions
119-
120-
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
121-
122-
123120
<!-- ------------------------------ -->
124121
#### Bug fixes
125122

0 commit comments

Comments
 (0)