MCPcopy
hub / github.com/socketio/socket.io / onReady

Method onReady

packages/engine.io/lib/socket.ts:249–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 private setTransport(transport: Transport) {
248 const onError = this.onError.bind(this);
249 const onReady = () => this.flush();
250 const onPacket = this.onPacket.bind(this);
251 const onDrain = this.onDrain.bind(this);
252 const onClose = this.onClose.bind(this, "transport close");

Callers

nothing calls this directly

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected