Edit

Prerelease SDK 1.0.1671-prerelease, for Runtime 112 (Feb. 15, 2023)

Release notes for Microsoft Edge WebView2 Prerelease SDK, release date: Feb. 15, 2023.

NuGet package for WebView2 SDK 1.0.1671-prerelease

For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 112.0.1671.0 or later; see Runtime 112.0.1722.45 (Apr. 13, 2023).

Detailed contents:

Experimental APIs (Phase 1: Experimental in Prerelease)

The following Experimental APIs have been added in this Prerelease SDK.

Experimental File API

Added support for the Experimental File API.

Promotions to Phase 2 (Stable in Prerelease)

The following APIs have been promoted from Phase 1: Experimental in Prerelease, to Phase 2: Stable in Prerelease, and are included in this Prerelease SDK.

SharedBuffer API

The SharedBuffer API.

Previous phase: Access shared buffer from script of main frame or iframe in Prerelease SDK 1.0.1466-prerelease, for Runtime 109 (Oct. 31, 2022).

Permission API

The Permission API.

ScriptLocale API

The ScriptLocale API.

Bug fixes

  • In the DownloadStarting event, the ResultFilePath previously wasn't showing the correct download location for UWP applications when the DownloadStarting event handler was attached. This has been fixed; the correct ResultFilePath is now shown.

  • Fixed a bug where System.ArgumentException was thrown when a call to the HostObject method returns a non-generic task. (Issue #2787)

  • Fully enabled Open file dialog support for elevated apps on Windows 7.

  • Fixed a bug where owned windows were not appearing for UWP.

See also