Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Browser
/ init
Function
init
wvbrowser_ui/controls_ui/default.js:728–734 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
726
}
727
728
function
init() {
729
window.chrome.webview.addEventListener(
'message'
, messageHandler);
730
refreshControls();
731
refreshTabs();
732
733
createNewTab(true);
734
}
735
736
init();
Callers
1
default.js
File · 0.70
Calls
3
refreshControls
Function · 0.85
refreshTabs
Function · 0.85
createNewTab
Function · 0.85
Tested by
no test coverage detected