Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ origin
Method
origin
packages/svelte/src/reactivity/url.js:187–192 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
}
186
187
get origin() {
188
get(this.#protocol);
189
get(this.#hostname);
190
get(this.#port);
191
return
super.origin;
192
}
193
194
get searchParams() {
195
return
this.#searchParams;
Callers
nothing calls this directly
Calls
1
get
Function · 0.90
Tested by
no test coverage detected