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
@ParadoxZero Thanks! It seems to work. Maybe because we are forced to pass in a partition key into deleteCookies, so the filtering code that was added can find the right cookie to delete.
What happened?
Due to this issue, we're using the workaround suggested here to delete partioned cookies.
This workaround used to work, but recently stopped.
This broke some time between Aug 27, 2024 (runtime 126 or 127) and 3/20/2025 (runtime 134)
Seems like this API is broken now:
https://chromedevtools.github.io/devtools-protocol/tot/Storage/#method-clearDataForOrigin
If we can't reliably use this workaround, then it's important for our app to have #4669 fixed
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
136.0.3227.0-canary, 134
SDK Version
3116.0
Framework
Winforms
Operating System
Windows 11
OS Version
26100.3476
Repro steps
Download the WinForms WebView2 sample app and build for .net 8 (to get access to System.Text.Json)
In BrowserForm.cs, change the
HandleWebMessage
to:window.chrome.webview.postMessage("AAA")
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Regression in newer Runtime
Last working version (if regression)
127
The text was updated successfully, but these errors were encountered: