(binary)
| 576 | return this.encode(content); |
| 577 | } |
| 578 | binaryToString(binary) { |
| 579 | return this.decode(binary); |
| 580 | } |
| 581 | decodeProtoMsg(data) { |
| 582 | if (!protobufMexc) { |
| 583 | throw new NotSupported(this.id + ' requires protobuf to decode messages, please install it with `npm install protobufjs`'); |
no test coverage detected