Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ href
Method
href
modules/data/url/url.js:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
parseURL(it, this.#parts, HOSTNAME);
66
}
67
get href() {
68
return
serializeURL(this.#parts);
69
}
70
set href(it) {
71
this.#parts = parseURL(it);
72
this.#searchParams.updatePairs();
Callers
nothing calls this directly
Calls
3
serializeURL
Function · 0.85
parseURL
Function · 0.85
updatePairs
Method · 0.80
Tested by
no test coverage detected