Setup system-svelte

This commit is contained in:
2023-09-17 15:02:07 +01:00
parent 1a6df18e8b
commit 4220ae5bdc
7 changed files with 193 additions and 11 deletions

View File

@ -87,7 +87,7 @@ export class RequestBuilder {
this.#builders.push(ret);
return ret;
}
withOptions(opt: RequestBuilderOptions) {
this.#options = {
...this.#options,