Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
function
init() {
91
window.chrome.webview.addEventListener(
'message'
, messageHandler);
92
requestFavorites();
93
}
94
95
init();
Callers
1
favorites.js
File · 0.70
Calls
1
requestFavorites
Function · 0.85
Tested by
no test coverage detected