@@ -1 +1 @@
-Subproject commit 37b9ea6e44284f071154aa698efb1472b61800c6
+Subproject commit 6d2ef54c2be76a1da0d4635cdb180182d30629fa
@@ -353,7 +353,7 @@ Packer.prototype.pack = function(value){
}
} else if ('BYTES_PER_ELEMENT' in value){
if(binaryFeatures.useArrayBufferView) {
- this.pack_bin(value);
+ this.pack_bin(new Uint8Array(value.buffer));
} else {
this.pack_bin(value.buffer);