Edit

Prerelease SDK 1.0.1988-prerelease, for Runtime 117 (Jul. 24, 2023)

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.

Support for browser extensions in WebView2

Supports browser extensions in WebView2.

Specifying the text direction

The TextDirectionKind enum specifies the text direction as left to right or right to left.

Bug fixes

  • Fixed a CoreWebView2Frame.ExecuteScriptAsync hang that occurred when a frame was destroyed during script execution. Issue 3124

  • Fixed a COMException when reading WebResourceResponse content after a redirect. Issue 3229

  • Fixed an issue where PrintAsync fails when PrinterName contains Chinese characters. Issue 3379

  • Fixed an issue to disable the context menu in print pages when AreDefaultContextMenusEnabled is set to false. Issue 3548

  • Fixed an issue that caused PrintAsync and PrintToPdfStreamAsync to fail when print settings are null.

  • Fixed an issue to ensure that WebVivew2Loader can be loaded from a UNC path. Issue 3465

  • Fixed invalid CoreWebView2PdfToolbarItems.FullScreen and CoreWebView2PdfToolbarItems.MoreSettings.

  • Fixed configuration options that (CoreWebView2PdfToolbarItems.MoreSettings, CoreWebView2PdfToolbarItems.FullScreen) are not valid in PDF preview mode. Issue 3324

See also