()
| 435 | } |
| 436 | |
| 437 | #clearStaleTimeout(): void { |
| 438 | if (this.#staleTimeoutId !== undefined) { |
| 439 | timeoutManager.clearTimeout(this.#staleTimeoutId) |
| 440 | this.#staleTimeoutId = undefined |
| 441 | } |
| 442 | } |
| 443 | |
| 444 | #clearRefetchInterval(): void { |
| 445 | if (this.#refetchIntervalId !== undefined) { |
no test coverage detected