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