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

Function loadUIForEmptyHistory

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

Source from the content-addressed store, hash-verified

243}
244
245function loadUIForEmptyHistory() {
246 let entriesContainer = document.getElementById('entries-container');
247 entriesContainer.textContent = EMPTY_HISTORY_MESSAGE;
248
249 let clearButton = document.getElementById('btn-clear');
250 clearButton.classList.add('hidden');
251}
252
253function clearHistory() {
254 toggleClearPrompt();

Callers 3

messageHandlerFunction · 0.85
createItemElementFunction · 0.85
clearHistoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected