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

Method host

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

Source from the content-addressed store, hash-verified

84 }
85
86 get host() {
87 get(this.#hostname);
88 get(this.#port);
89 return super.host;
90 }
91
92 set host(value) {
93 super.host = value;

Callers

nothing calls this directly

Calls 2

getFunction · 0.90
setFunction · 0.90

Tested by

no test coverage detected