Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Browser
/ default.js
File
default.js
wvbrowser_ui/controls_ui/default.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
WORD_REGEX = /^[^
//][^.]*$/;
2
const
VALID_URI_REGEX = /^[-:.&#+()[\]$'*;@~!,?%=\/\w]+$/;
// Will check that only RFC3986 allowed characters are included
3
const
SCHEMED_URI_REGEX = /^\w+:.+$/;
4
Callers
nothing calls this directly
Calls
1
init
Function · 0.70
Tested by
no test coverage detected