Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Browser
/ getSearchURI
Function
getSearchURI
wvbrowser_ui/controls_ui/default.js:241–243 ·
view source on GitHub ↗
(query)
Source
from the content-addressed store, hash-verified
239
}
240
241
function
getSearchURI(query) {
242
return
`https:
//www.bing.com/search?q=${encodeURIComponent(query)}`;
243
}
244
245
function
closeWindow() {
246
var
message = {
Callers
2
tryNavigate
Function · 0.85
navigateActiveTab
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected