()
| 412 | } |
| 413 | |
| 414 | #updateTimers(): void { |
| 415 | this.#updateStaleTimeout() |
| 416 | this.#updateRefetchInterval(this.#computeRefetchInterval()) |
| 417 | } |
| 418 | |
| 419 | #clearStaleTimeout(): void { |
| 420 | if (this.#staleTimeoutId !== undefined) { |
no test coverage detected