Method
protocol
packages/svelte/src/reactivity/url.js:159–161
· packages/svelte/src/reactivity/url.js::SvelteURL.protocol
()
Source from the content-addressed store, hash-verified
| 157 | } |
| 158 | |
| 159 | get protocol() { |
| 160 | return get(this.#protocol); |
| 161 | } |
| 162 | |
| 163 | set protocol(value) { |
| 164 | super.protocol = value; |
Callers
nothing calls this directly
Tested by
no test coverage detected