Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ v2-compatibility.ts
File
v2-compatibility.ts
packages/socket.io/test/v2-compatibility.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Server, Socket } from
".."
;
2
import
expect from
"expect.js"
;
3
import
{ success, getPort, waitFor } from
"./support/util"
;
4
import
* as io_v2 from
"socket.io-client-v2"
;
Callers
nothing calls this directly
Calls
9
getPort
Function · 0.90
waitFor
Function · 0.90
success
Function · 0.90
it
Function · 0.85
done
Function · 0.85
eql
Method · 0.80
connect
Method · 0.45
of
Method · 0.45
on
Method · 0.45
Tested by
no test coverage detected