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

Function removeFavorite

wvbrowser_ui/content_ui/favorites.js:24–33  ·  view source on GitHub ↗
(uri)

Source from the content-addressed store, hash-verified

22}
23
24function removeFavorite(uri) {
25 let message = {
26 message: commands.MG_REMOVE_FAVORITE,
27 args: {
28 uri: uri
29 }
30 };
31
32 window.chrome.webview.postMessage(message);
33}
34
35function loadFavorites(payload) {
36 let fragment = document.createDocumentFragment();

Callers 1

loadFavoritesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected