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: 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)
- 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.
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.
Previous name in 1619-prerelease:
Bug fixes
In the
DownloadStartingevent, theResultFilePathpreviously wasn't showing the correct download location for UWP applications when theDownloadStartingevent handler was attached. This has been fixed; the correctResultFilePathis now shown.Fixed a bug where
System.ArgumentExceptionwas thrown when a call to theHostObjectmethod 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.