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

Function removeItem

wvbrowser_ui/content_ui/history.js:68–77  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

66}
67
68function removeItem(id) {
69 let message = {
70 message: commands.MG_REMOVE_HISTORY_ITEM,
71 args: {
72 id: id
73 }
74 };
75
76 window.chrome.webview.postMessage(message);
77}
78
79function createItemElement(item, id, date) {
80 let itemContainer = document.createElement('div');

Callers 1

createItemElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected