Edit

Prerelease SDK 1.0.1905-prerelease, for Runtime 116 (Jun. 12, 2023)

Release notes for Microsoft Edge WebView2 Prerelease SDK, release date: Jun. 12, 2023.

NuGet package for WebView2 SDK 1.0.1905-prerelease

For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 116.0.1905.0 or later; see Runtime 116.0.1938.49 (Aug. 28, 2023).

Detailed contents:

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.

NavigationKind gets the navigation kind of each navigation, such as Back/Forward, Reload, or navigation to a new document.

The previous phase isn't in the release notes.

ServiceWorkers in BrowsingDataKinds enum

The ServiceWorkers enum value in the BrowsingDataKinds enum specifies service workers that are registered for an origin.

The previous phase isn't in the release notes.

LaunchingExternalUriScheme event when launch URI scheme registered with the OS

Added support for launching external URIs. The LaunchingExternalUriScheme event is raised when there's an attempt to launch a URI scheme that is registered with the OS (an external URI scheme).

Previous phase: LaunchingExternalUriScheme event when launch a URI scheme that's registered with the OS in Prerelease SDK 1.0.1724-prerelease, for Runtime 113 (Mar. 20, 2023).

MemoryUsageTargetLevel specifies memory consumption levels

MemoryUsageTargetLevel specifies memory consumption levels, such as low or normal.

The previous phase isn't in the release notes.

Bug fixes

  • Using wv2winrt webhosthidden entered an infinite loop when enumerating some webhosthidden types.

  • In code that's generated by the wv2winrt tool, when calling an async method, it would crash if it succeeded but returned null instead of an IAsyncAction.

See also