MCPcopy Index your code
hub / github.com/TanStack/devtools / BridgeHotChannel

Interface BridgeHotChannel

packages/devtools-vite/src/runtime-bridge.ts:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67interface BridgeHotChannel {
68 on?: (event: string, cb: (data: any) => void) => void
69 off?: (event: string, cb: (data: any) => void) => void
70 send?: (event: string, data: any) => void
71}
72interface BridgeServerLike {
73 environments: Record<string, { hot?: BridgeHotChannel | null } | undefined>
74}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected