Modifica

Release SDK 1.0.1774.30, for Runtime 113 (May 8, 2023)

Release notes for Microsoft Edge WebView2 SDK, release date: May 8, 2023.

NuGet package for WebView2 SDK 1.0.1774.30

For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime 113.0.1774.30 (May 8, 2023) or later.

Detailed contents:

Promotions to Phase 3 (Stable in Release)

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

File API allows accessing a DOM File object passed via WebMessage

The File API allows accessing a DOM File object passed via WebMessage.

Previous phase: File API allows accessing a DOM File object passed via WebMessage in Prerelease SDK 1.0.1777-prerelease, for Runtime 114 (Apr. 10, 2023).

The Profile Cookie Manager API supports profile management. The CookieManager property enables the host app to get the cookie manager for the profile.

Previous phase: Profile Cookie Manager API CookieManager property in Prerelease SDK 1.0.1777-prerelease, for Runtime 114 (Apr. 10, 2023).

Bug fixes

  • Fixed an issue to allow an app to inject initial scripts by calling AddScriptToExecuteOnDocumentCreated before a new window is created. (Issue #2491)

See also