Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Browser
/ processAddressBarInput
Function
processAddressBarInput
wvbrowser_ui/controls_ui/default.js:170–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
168
};
169
170
function
processAddressBarInput() {
171
var
text = document.querySelector(
'#address-field'
).value;
172
tryNavigate(text);
173
}
174
175
function
tryNavigate(text) {
176
try {
Callers
1
addControlsListeners
Function · 0.85
Calls
1
tryNavigate
Function · 0.85
Tested by
no test coverage detected