Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_AreDevToolsEnabledto control if users can open DevTools (Issue #16). - Added
get_IsStatusBarEnabled/put_IsStatusBarEnabledto control if the status bar is displayed (Issue #19). - Added
get_CanGoBack/GoBack/get_CanGoForward/GoForwardfor 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
TARGETfile in SDK. - Turned on requesting
window.open()in script.