Map decodeBinaryFrame(List<int> bytes) { return decodeStringFrame(const Utf8Decoder().convert(bytes)); }