(value: string | undefined)
| 178 | } |
| 179 | |
| 180 | setRuntimeUrl(value: string | undefined) { |
| 181 | this.#runtimeUrl.set(value); |
| 182 | this.core = { ...this.core, runtimeUrl: value }; |
| 183 | } |
| 184 | |
| 185 | setHeaders(value: Record<string, string>) { |
| 186 | this.#headers.set(value); |
no test coverage detected