feat[js]: javascript support compatible field

This commit is contained in:
sun
2023-09-27 18:19:23 +08:00
parent 563d9099a1
commit 1891702ae5
19 changed files with 113 additions and 61 deletions
@@ -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) {