MCPcopy Create free account
hub / github.com/TanStack/devtools /

Class

packages/event-bus/tests/client.test.ts:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5vi.stubGlobal(
6 'BroadcastChannel',
7 class {
8 postMessage = vi.fn()
9 addEventListener = vi.fn()
10 removeEventListener = vi.fn()
11 close = vi.fn()
12 onmessage: any = null
13 },
14)
15
16// Track WebSocket and EventSource constructor calls

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected