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

Function init

wvbrowser_ui/content_ui/favorites.js:90–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90function init() {
91 window.chrome.webview.addEventListener('message', messageHandler);
92 requestFavorites();
93}
94
95init();

Callers 1

favorites.jsFile · 0.70

Calls 1

requestFavoritesFunction · 0.85

Tested by

no test coverage detected