()
| 125 | } |
| 126 | |
| 127 | destroy(): void { |
| 128 | this.listeners = new Set() |
| 129 | this.#clearStaleTimeout() |
| 130 | this.#clearRefetchInterval() |
| 131 | this.#currentQuery.removeObserver(this) |
| 132 | } |
| 133 | |
| 134 | setOptions( |
| 135 | options: QueryObserverOptions< |
no test coverage detected