()
| 130 | } |
| 131 | |
| 132 | destroy(): void { |
| 133 | this.listeners = new Set() |
| 134 | this.#clearStaleTimeout() |
| 135 | this.#clearRefetchInterval() |
| 136 | this.#currentQuery.removeObserver(this) |
| 137 | } |
| 138 | |
| 139 | setOptions( |
| 140 | options: QueryObserverOptions< |
no test coverage detected