Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Release notes for Microsoft Edge WebView2 Prerelease SDK, release date: Jul. 24, 2023.
NuGet package for WebView2 SDK 1.0.1988-prerelease
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 117.0.1988.0 or later; see Runtime 117.0.2045.28 (Sep. 18, 2023).
Detailed contents:
Experimental APIs (Phase 1: Experimental in Prerelease)
The following Experimental APIs have been added in this Prerelease SDK.
Desktop notifications through WebView2
Supports desktop notifications through WebView2:
Monitoring iframe's runtime memory usage
Supports monitoring iframe's runtime memory usage by getting process info details of iframes.
CoreWebView2Class:CoreWebView2EnvironmentClass:CoreWebView2FrameClass:CoreWebView2FrameInfoClass:- CoreWebView2FrameKind Enum
IframeMainFrameOther
CoreWebView2ProcessInfoClass:
Support for browser extensions in WebView2
Supports browser extensions in WebView2.
- CoreWebView2BrowserExtension Class
CoreWebView2EnvironmentOptionsClass:CoreWebView2ProfileClass:
Specifying the text direction
The TextDirectionKind enum specifies the text direction as left to right or right to left.
- CoreWebView2TextDirectionKind Enum
DefaultLeftToRightRightToLeft
Bug fixes
Fixed a
CoreWebView2Frame.ExecuteScriptAsynchang that occurred when a frame was destroyed during script execution. Issue 3124Fixed a
COMExceptionwhen readingWebResourceResponsecontent after a redirect. Issue 3229Fixed an issue where
PrintAsyncfails whenPrinterNamecontains Chinese characters. Issue 3379Fixed an issue to disable the context menu in print pages when
AreDefaultContextMenusEnabledis set tofalse. Issue 3548Fixed an issue that caused
PrintAsyncandPrintToPdfStreamAsyncto fail when print settings arenull.Fixed an issue to ensure that
WebVivew2Loadercan be loaded from a UNC path. Issue 3465Fixed invalid
CoreWebView2PdfToolbarItems.FullScreenandCoreWebView2PdfToolbarItems.MoreSettings.Fixed configuration options that (
CoreWebView2PdfToolbarItems.MoreSettings,CoreWebView2PdfToolbarItems.FullScreen) are not valid in PDF preview mode. Issue 3324