MCPcopy
hub / github.com/socketio/socket.io / client.js

File client.js

examples/es-modules/client.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Manager } from "socket.io-client";
2
3const manager = new Manager("ws://localhost:8080");
4const socket = manager.socket("/");

Callers

nothing calls this directly

Calls 3

emitMethod · 0.65
socketMethod · 0.45
onMethod · 0.45

Tested by

no test coverage detected