()
| 430 | } |
| 431 | |
| 432 | #updateTimers(): void { |
| 433 | this.#updateStaleTimeout() |
| 434 | this.#updateRefetchInterval(this.#computeRefetchInterval()) |
| 435 | } |
| 436 | |
| 437 | #clearStaleTimeout(): void { |
| 438 | if (this.#staleTimeoutId !== undefined) { |
no test coverage detected