Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ validateURL
Method
validateURL
tools/mcpack.js:675–682 ·
view source on GitHub ↗
(href)
Source
from the content-addressed store, hash-verified
673
}
674
}
675
validateURL(href) {
676
try {
677
const
url =
new
URL(href);
678
return
url.toString();
679
}
680
catch {
681
}
682
}
683
684
// https://nodejs.org/api/esm.html#resolution-algorithm-specification
685
Callers
1
ESM_RESOLVE
Method · 0.80
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected