Sidhin S Thomas
Sidhin S Thomas
I had thought about it, but then realized it may lead to confusion in the source. Especially since this is not part of the language spec, unlike c or cpp.
I suggest instead of adding them. Mention it as a dependency. Or maybe use something like gradle.
@pushkin- does this API satisfy your usecase? https://chromedevtools.github.io/devtools-protocol/tot/Network/#method-deleteCookies
Please share logs/ info to facilitate debugging - https://github.com/MicrosoftEdge/WebView2Feedback/blob/main/diagnostics/install.md
@jls28 Please share a minimal example to understand the problem.
@jls28, thanks for the repro steps - let me get back to the thread once I understand it more.
@MLAEO02, Please note `--single-process` flag isn't supported by webview2. Anything that works with the flag enabled is a coincidence and cannot be relied upon to always function. As such, fixes...
@MLAEO02 the flag exists mostly debugging and or dev purposes. **This is actively unsupported and using it will result in stability and security risk**. This is true not just for...
@MLAEO02 WV2 does have a base memory cost when used. Anything over it can be profiled using devtools to determine why some webapps take more resources. Overall, without a goal...