MCPcopy 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

1const WORD_REGEX = /^[^//][^.]*$/;
2const VALID_URI_REGEX = /^[-:.&#+()[\]$'*;@~!,?%=\/\w]+$/; // Will check that only RFC3986 allowed characters are included
3const SCHEMED_URI_REGEX = /^\w+:.+$/;
4

Callers

nothing calls this directly

Calls 1

initFunction · 0.70

Tested by

no test coverage detected