MCPcopy 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

serializeURLFunction · 0.85
parseURLFunction · 0.85

Tested by

no test coverage detected