Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ open
Function
open
packages/engine.io-client/lib/transport.ts:90–95 ·
view source on GitHub ↗
* Opens the transport.
()
Source
from the content-addressed store, hash-verified
88
* Opens the transport.
89
*/
90
public open() {
91
this.readyState =
"opening"
;
92
this.doOpen();
93
94
return
this;
95
}
96
97
/**
98
* Closes the transport.
Callers
nothing calls this directly
Calls
1
doOpen
Method · 0.45
Tested by
no test coverage detected