We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have a simple code:
await WebView.CoreWebView2.CallDevToolsProtocolMethodAsync("Storage.clearDataForOrigin", "{\"origin\":\"https://google.com\",\"storageTypes\":\"all\"}");
It should clear the entire storage, but it clears everything but the cookies.
If we put an * instead of https://google.com, it magically starts working and clears everything. Except for all domains.
Question, why cookies are not cleared when specifying origin?
Important. My app's user experience is significantly compromised.
Stable release (WebView2 Runtime)
No response
WPF
Windows 10
Just paste the code on the button and try to execute.
No, this never worked
The text was updated successfully, but these errors were encountered:
All work
Sorry, something went wrong.
No branches or pull requests
What happened?
We have a simple code:
await WebView.CoreWebView2.CallDevToolsProtocolMethodAsync("Storage.clearDataForOrigin", "{\"origin\":\"https://google.com\",\"storageTypes\":\"all\"}");
It should clear the entire storage, but it clears everything but the cookies.
If we put an * instead of https://google.com, it magically starts working and clears everything. Except for all domains.
Question, why cookies are not cleared when specifying origin?
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
No response
SDK Version
No response
Framework
WPF
Operating System
Windows 10
OS Version
No response
Repro steps
Just paste the code on the button and try to execute.
Regression
No, this never worked
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered: