Skip to content

VbWebView2 1.0.3

Latest

Choose a tag to compare

@wqweto wqweto released this 10 Jul 13:03
1d197a9

This release includes version 1.0.3 of

  • VbWebView2 - RC6-compatible wrapper Ax-DLL project in VbWebView2.zip

What's new

  • Cookie management — GetCookies, AddOrUpdateCookie, DeleteCookies, DeleteAllCookies
  • BasicAuthenticationRequested event — supply credentials for HTTP basic/proxy auth
  • PrintToPdfStream method — current page as PDF in a Byte() array, no file involved; ShowPrintUI opens the print dialog
  • TrySuspend/ResumeFromSuspend/IsSuspended — release memory while in the background
  • ClearBrowsingData/ClearBrowsingDataInTimeRange/ClearBrowsingDataAll — clear cache/cookies/history per eWebView2BrowsingDataKinds flags
  • New events — DOMContentLoaded, StatusBarTextChanged, ContainsFullScreenElementChanged
  • Profile properties — PreferredColorScheme (dark mode), DefaultDownloadFolderPath, PreferredTrackingPreventionLevel, ProfileName, ProfilePath, IsInPrivateModeEnabled
  • Host-to-page messaging — PostWebMessageAsString/PostWebMessageAsJson
  • Assorted — Stop_, IsMuted/IsDocumentPlayingAudio, default download dialog control, ContainsFullScreenElement, IsBuiltInErrorPageEnabled, StatusBarText, BrowserVersion, OpenTaskManagerWindow, CallDevToolsProtocolMethodForSession, SetBoundsAndZoomFactor, NotifyParentWindowPositionChanged, writable HosthWnd
  • GetMostRecentInstallPath now fills VersionString with the resolved runtime version instead of raising "not yet implemented"