Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ host
Method
host
modules/data/url/url.js:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
parseURL(it, this.#parts, FRAGMENT);
54
}
55
get host() {
56
return
serializeURL(this.#parts, HOST);
57
}
58
set host(it) {
59
parseURL(it, this.#parts, HOST);
60
}
Callers
nothing calls this directly
Calls
2
serializeURL
Function · 0.85
parseURL
Function · 0.85
Tested by
no test coverage detected