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

Function toggleClearPrompt

wvbrowser_ui/content_ui/history.js:240–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238}
239
240function toggleClearPrompt() {
241 let promptOverlay = document.getElementById('overlay');
242 promptOverlay.classList.toggle('hidden');
243}
244
245function loadUIForEmptyHistory() {
246 let entriesContainer = document.getElementById('entries-container');

Callers 2

addUIListenersFunction · 0.85
clearHistoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected