mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-30 04:22:46 +00:00
ref[js]: deserialization Long class to numbe of long
This commit is contained in:
@@ -326,7 +326,7 @@ const ByteBuffer = function() {
|
||||
}
|
||||
}
|
||||
}
|
||||
return readInt64(new Uint8Array(buffer.slice(0, count)));
|
||||
return readInt64(new Uint8Array(buffer.slice(0, count))).toNumber();
|
||||
};
|
||||
|
||||
this.writeFloat = function(value) {
|
||||
|
||||
Reference in New Issue
Block a user