(packet)
| 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. |
nothing calls this directly
no test coverage detected