MCPcopy 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

serializeURLFunction · 0.85
parseURLFunction · 0.85
updatePairsMethod · 0.80

Tested by

no test coverage detected