What happened?
Steps to reproduce
- Attach event handler to
CoreWebView2.WebResourceRequested
In Browser:
- Select file (>1.5GB, did so far not figure out the actual limit 100MB work fine) for upload
- POST file as FormData
Expected Result
Event handler receives the large payload
Actual result
WebView crashes.
Crash Produces a Windows event log entry containing:
[24884:17392:0722/143309.519:INFO:chrome\browser\extensions\extension_garbage_collector.cc:188] Garbage collection for extensions on file thread is complete.
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
1.0.3800.47
SDK Version
No response
Framework
WPF
Operating System
Windows 11
OS Version
No response
Repro steps
Steps to reproduce
- Attach event handler to
CoreWebView2.WebResourceRequested
In Browser:
- Select file (>1.5GB, did so far not figure out the actual limit 100MB work fine) for upload
- POST file as FormData
Expected Result
Event handler receives the large payload
Actual result
WebView crashes.
Crash Produces a Windows event log entry containing:
[24884:17392:0722/143309.519:INFO:chrome\browser\extensions\extension_garbage_collector.cc:188] Garbage collection for extensions on file thread is complete.
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response
What happened?
Steps to reproduce
CoreWebView2.WebResourceRequestedIn Browser:
Expected Result
Event handler receives the large payload
Actual result
WebView crashes.
Crash Produces a Windows event log entry containing:
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
1.0.3800.47
SDK Version
No response
Framework
WPF
Operating System
Windows 11
OS Version
No response
Repro steps
Steps to reproduce
CoreWebView2.WebResourceRequestedIn Browser:
Expected Result
Event handler receives the large payload
Actual result
WebView crashes.
Crash Produces a Windows event log entry containing:
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response