You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-3Lines changed: 34 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,11 @@ The `OnAcceleratorKeyPressed` event now provides 1:1 access to the underlying Wi
78
78
-**Standalone Argument Logic**: Argument wrappers have been moved to dedicated files (e.g., `WebView2AcceleratorKeyPressedEventArgs.cs`).
79
79
-**Lean Core**: Reduced `WebViewManager.cs` complexity by outsourcing event data structures.
80
80
81
+
#### **3. Process Stability & Authentication**
82
+
-**Robust Crash Handling**: `OnProcessFailed` provides deep insights into process crashes, allowing for automated recovery or logging.
83
+
-**Crash Dump Management**: `FailureReportFolderPath` allows redirection of diagnostic files.
84
+
-**Native Authentication**: `OnBasicAuthenticationRequested` brings support for server-level auth prompts, including asynchronous credential entry via the `.Complete()` method.
85
+
81
86
---
82
87
83
88
## 🚀 What's New in v2.0.0-beta.2 - COM Versioning & Handle Alignment
@@ -98,12 +103,11 @@ You can now access the `.version` property on all primary COM objects.
98
103
-**GUID Collision Resolution**: Fixed internal interface IDs that caused registration issues in v2.0.0-beta.1.
99
104
-**`ParentWindowHandle`**: New property to retrieve the handle passed during initialization.
## 📖 NetWebView2Lib Version 2.0.0-beta.3 (Quick Reference)
110
+
## 📖 NetWebView2Lib Version 2.0.0-beta.3 (2026-02-11) (Quick Reference)
107
111
108
112
### NetWebView2Lib (ProgId: NetWebView2.Manager)
109
113
@@ -205,6 +209,13 @@ Returns the parent window handle provided during initialization. [Format: `[HAND
205
209
A comma-separated list of Virtual Key codes to be blocked synchronously (e.g., "116,123").
206
210
`object.BlockedVirtualKeys = "116,123"`
207
211
212
+
##### FailureReportFolderPath
213
+
Sets or gets the path where the WebView2 browser stores crash reports (dump files).
214
+
-**Default**: If NOT set by the user, the system automatically uses the `Crashes` subfolder within the `UserDataFolder` (assigned during `.Initialize`).
215
+
-**Manual Override**: You can set a custom path **before** calling `.Initialize`.
0 commit comments