MCPcopy
hub / github.com/sveltejs/svelte / href

Method href

packages/svelte/src/reactivity/url.js:107–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 get href() {
108 get(this.#protocol);
109 get(this.#username);
110 get(this.#password);
111 get(this.#hostname);
112 get(this.#port);
113 get(this.#pathname);
114 get(this.#hash);
115 get(this.#search);
116 return super.href;
117 }
118
119 set href(value) {
120 super.href = value;

Callers

nothing calls this directly

Calls 2

getFunction · 0.90
setFunction · 0.90

Tested by

no test coverage detected