mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-30 08:23:09 +00:00
feat[js]: javascript support compatible field
This commit is contained in:
@@ -321,7 +321,7 @@ const ByteBuffer = function() {
|
||||
}
|
||||
}
|
||||
}
|
||||
return readInt64(new Uint8Array(buffer.slice(0, count))).toString();
|
||||
return readInt64(new Uint8Array(buffer.slice(0, count)));
|
||||
};
|
||||
|
||||
this.writeFloat = function(value) {
|
||||
|
||||
Reference in New Issue
Block a user