MCPcopy Index your code
hub / github.com/socketio/socket.io / BinaryReconstructor

Function BinaryReconstructor

client-dist/socket.io.js:2883–2888  ·  view source on GitHub ↗
(packet)

Source from the content-addressed store, hash-verified

2881 */
2882 var BinaryReconstructor = /*#__PURE__*/function () {
2883 function BinaryReconstructor(packet) {
2884 _classCallCheck(this, BinaryReconstructor);
2885 this.packet = packet;
2886 this.buffers = [];
2887 this.reconPack = packet;
2888 }
2889 /**
2890 * Method to be called when binary data received from connection
2891 * after a BINARY_EVENT packet.

Callers

nothing calls this directly

Calls 1

_classCallCheckFunction · 0.85

Tested by

no test coverage detected