()
| 207 | this.#pendingServerEvents = [] |
| 208 | } |
| 209 | private getGlobalTarget() { |
| 210 | if (typeof window !== 'undefined') { |
| 211 | return window |
| 212 | } |
| 213 | |
| 214 | return new EventTarget() |
| 215 | } |
| 216 | private debugLog(...messages: Array<any>) { |
| 217 | if (this.#debug) { |
| 218 | console.log('🌴 [tanstack-devtools:client-bus]', ...messages) |