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