Modifica

Prerelease SDK 1.0.1724-prerelease, for Runtime 113 (Mar. 20, 2023)

Release notes for Microsoft Edge WebView2 Prerelease SDK, release date: Mar. 20, 2023.

NuGet package for WebView2 SDK 1.0.1724-prerelease

For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 113.0.1724.0 or later; see Runtime 113.0.1774.30 (May 8, 2023).

Detailed contents:

Experimental APIs (Phase 1: Experimental in Prerelease)

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

Added AdditionalObjects for WebMessage received

Added AdditionalObjects for WebMessage received.

Window Management permission type

Added Window Management permission type.

LaunchingExternalUriScheme event when launch a URI scheme that's 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).

Texture streaming

Added support for texture streaming.

The Environment interface that returns the TextureStream interface:

The TextureStream interface:

ErrorReceivedEventArgs:

WebTextureReceivedEventArgs:

TextureStream error kind enum:

The Texture interface that the host writes to so that the Renderer will render on it:

The received WebTexture interface that the Renderer writes to so that the host will read on it:

Added support for profile management: custom data partition, cookie manager, and profile deletion.

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.

SmartScreen API

The Managing SmartScreen API controls whether SmartScreen is enabled.

Previous phase: SmartScreen API in Prerelease SDK 1.0.1414-prerelease, for Runtime 107 (Oct. 11, 2022).

Bug fixes

  • Fixed a bug in PrintAsync and PrintToPdfStreamAsync that throws an exception when print settings are null.

  • Added support for window management permission kind. (Runtime and SDK)

See also