Edytuj

Release SDK 0.8.190, for Runtime 77 (Jun. 17, 2019)

Release notes for Microsoft Edge WebView2 SDK, release date: Jun. 17, 2019.

NuGet package for WebView2 SDK 0.8.190 - This release has been unlisted at NuGet.

This Release version of the WebView2 SDK requires Microsoft Edge version 77.0.190.0 or later; see Runtime 77.8.230 (Jul. 29, 2019).

  • Added get_AreDevToolsEnabled/put_AreDevToolsEnabled to control if users can open DevTools (Issue #16).
  • Added get_IsStatusBarEnabled/put_IsStatusBarEnabled to control if the status bar is displayed (Issue #19).
  • Added get_CanGoBack/GoBack/get_CanGoForward/GoForward for going back and forward through navigation history.
  • Added HTTP header types (IWebView2HttpHeadersCollectionIterator/IWebView2HttpRequestHeaders/IWebView2HttpRequestHeaders) for viewing and modifying HTTP headers in WebView2.
  • Added 32-bit WebView2 support on 64-bit machines (Issue #13).
  • Added WebView2 IDL to the SDK (Issue #14).
  • Added lib to support IID\_\* interface ID objects (Issue #12).
  • Added include path, linking, and autocopying of DLL files to NuGet TARGET file in SDK.
  • Turned on requesting window.open() in script.

See also