Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ open
Method
open
packages/socket.io-client/lib/socket.ts:368–370 ·
view source on GitHub ↗
* Alias for connect().
()
Source
from the content-addressed store, hash-verified
366
* Alias
for
{@link connect()}.
367
*/
368
public open(): this {
369
return
this.connect();
370
}
371
372
/**
373
* Sends a `message` event.
Callers
6
constructor
Method · 0.95
_open
Method · 0.45
_probe
Method · 0.45
_create
Method · 0.45
socket.js
File · 0.45
connect
Method · 0.45
Calls
1
connect
Method · 0.95
Tested by
no test coverage detected