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