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