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: Sep. 20, 2023.
NuGet package for WebView2 SDK 1.0.2106-prerelease
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 119.0.2106.0 or later; see Runtime 119.0.2151.40 (Nov. 6, 2023).
Detailed contents:
- Experimental APIs (Phase 1: Experimental in Prerelease)
- Promotions to Phase 2 (Stable in Prerelease)
- Bug fixes
- See also
Experimental APIs (Phase 1: Experimental in Prerelease)
The following Experimental APIs have been added in this Prerelease SDK.
Frame Process Info API
The Frame Process Info API, including GetProcessExtendedInfos, provides a snapshot collection of all frames that are actively running in the associated renderer process. This API enables the host application to detect which part of WebView2 is consuming resources such as memory or CPU usage:
CoreWebView2EnvironmentClass:CoreWebView2FrameKindEnum:
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.
Manage custom scheme registration when creating a CoreWebView2Environment
For WinRT, options have been added to manage custom scheme registration when creating a CoreWebView2Environment.
Previous phase: Additional options to create an environment to manage custom scheme registration in Release SDK 1.0.1587.40, for Runtime 110 (Feb. 15, 2023).
CoreWebView2CustomSchemeRegistrationClass:CoreWebView2EnvironmentOptionsClass:
Added source frame info to the NewWindowRequested event
Added source frame info to the NewWindowRequested event arguments, to identify the source of the request.
Previous phase: Added source frame info to the NewWindowRequested event in Prerelease SDK 1.0.2065-prerelease, for Runtime 118 (Aug. 30, 2023).
CoreWebView2NewWindowRequestedEventArgsClass:
Bug fixes
Fixed a bug where the Runtime exits unexpectedly when calling
SetPermissionStatewith an invalid enum value. (Runtime and SDK)Fixed a bug where the
CoreWebView2EnvironmentOptions.Languageproperty doesn't change theaccept-languageHTTP header. (Issue #3635)Added support for longer runtime installation paths.
The custom URI scheme registration API now works in WinRT. For API names and links, in the Promotions section above, see the "custom scheme registration" entry.