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

Class

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

Source from the content-addressed store, hash-verified

51function createConnectingWebSocketClass() {
52 // Starts in CONNECTING state; tests flip readyState and fire onopen manually.
53 return class ConnectingWebSocket {
54 static CONNECTING = 0
55 static OPEN = 1
56 static CLOSED = 3

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected