MCPcopy 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
170function processAddressBarInput() {
171 var text = document.querySelector('#address-field').value;
172 tryNavigate(text);
173}
174
175function tryNavigate(text) {
176 try {

Callers 1

addControlsListenersFunction · 0.85

Calls 1

tryNavigateFunction · 0.85

Tested by

no test coverage detected