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

Method ClearContentCookies

BrowserWindow.cpp:821–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821HRESULT BrowserWindow::ClearContentCookies()
822{
823 return m_tabs.at(m_activeTabId)->m_contentWebView->CallDevToolsProtocolMethod(L"Network.clearBrowserCookies", L"{}", nullptr);
824}
825
826HRESULT BrowserWindow::ClearControlsCookies()
827{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected