Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ pathname
Method
pathname
modules/data/url/url.js:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
parseURL(it, this.#parts, PASSWORD);
82
}
83
get pathname() {
84
return
serializeURL(this.#parts, PATH);
85
}
86
set pathname(it) {
87
parseURL(it, this.#parts, PATH);
88
}
Callers
nothing calls this directly
Calls
2
serializeURL
Function · 0.85
parseURL
Function · 0.85
Tested by
no test coverage detected