Skip to content

Commit cf46e87

Browse files
committed
try ICoreWebView2Frame7 to ICoreWebView2Frame8
1 parent 678f392 commit cf46e87

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

  • microsoft-edge/webview2/release-notes

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,13 @@ Use this API to manage iframe tracking on a page that contains multiple levels o
106106

107107
##### [Win32/C++](#tab/win32cpp)
108108

109-
* [ICoreWebView2Frame7](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true)
110-
* [ICoreWebView2Frame7::add_FrameCreated](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true#add_framecreated)
111-
* [ICoreWebView2Frame7::remove_FrameCreated](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true#remove_framecreated)
112-
* [ICoreWebView2FrameChildFrameCreatedEventHandler](/microsoft-edge/webview2/reference/win32/icorewebview2framechildframecreatedeventhandler?view=webview2-1.0.3230-prerelease&preserve-view=true)
109+
<!-- todo: Frame8 or 7? -->
110+
* [ICoreWebView2Frame8](/microsoft-edge/webview2/reference/win32/icorewebview2frame8?view=webview2-1.0.3230-prerelease&preserve-view=true)<!-- vs. ICoreWebView2ExperimentalFrame8 -->
111+
* [ICoreWebView2Frame8::add_FrameCreated](/microsoft-edge/webview2/reference/win32/icorewebview2frame8?view=webview2-1.0.3230-prerelease&preserve-view=true#add_framecreated)
112+
* [ICoreWebView2Frame8::remove_FrameCreated](/microsoft-edge/webview2/reference/win32/icorewebview2frame8?view=webview2-1.0.3230-prerelease&preserve-view=true#remove_framecreated)
113+
114+
* [ICoreWebView2FrameChildFrameCreatedEventHandler](/microsoft-edge/webview2/reference/win32/icorewebview2framechildframecreatedeventhandler?view=webview2-1.0.3230-prerelease&preserve-view=true)<!-- win32 only --><!-- vs. ICoreWebView2ExperimentalFrameChildFrameCreatedEventHandler -->
115+
113116
---
114117

115118

0 commit comments

Comments
 (0)