MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Browser / ClearControlsCookies

Method ClearControlsCookies

BrowserWindow.cpp:826–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826HRESULT BrowserWindow::ClearControlsCookies()
827{
828 return m_controlsWebView->CallDevToolsProtocolMethod(L"Network.clearBrowserCookies", L"{}", nullptr);
829}
830
831HRESULT BrowserWindow::ResizeUIWebViews()
832{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected