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

Method ClearControlsCache

BrowserWindow.cpp:816–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816HRESULT BrowserWindow::ClearControlsCache()
817{
818 return m_controlsWebView->CallDevToolsProtocolMethod(L"Network.clearBrowserCache", L"{}", nullptr);
819}
820
821HRESULT BrowserWindow::ClearContentCookies()
822{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected