()
| 417 | } |
| 418 | |
| 419 | #clearStaleTimeout(): void { |
| 420 | if (this.#staleTimeoutId !== undefined) { |
| 421 | timeoutManager.clearTimeout(this.#staleTimeoutId) |
| 422 | this.#staleTimeoutId = undefined |
| 423 | } |
| 424 | } |
| 425 | |
| 426 | #clearRefetchInterval(): void { |
| 427 | if (this.#refetchIntervalId !== undefined) { |
no test coverage detected