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

Function navigateActiveTab

wvbrowser_ui/controls_ui/default.js:209–219  ·  view source on GitHub ↗
(uri, isSearch)

Source from the content-addressed store, hash-verified

207}
208
209function navigateActiveTab(uri, isSearch) {
210 var message = {
211 message: commands.MG_NAVIGATE,
212 args: {
213 uri: uri,
214 encodedSearchURI: isSearch ? uri : getSearchURI(uri)
215 }
216 };
217
218 window.chrome.webview.postMessage(message);
219}
220
221function reloadActiveTabContent() {
222 var message = {

Callers 1

tryNavigateFunction · 0.85

Calls 1

getSearchURIFunction · 0.85

Tested by

no test coverage detected