Michelle Bu 12 tahun lalu
induk
melakukan
654b87022c
2 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      dist/peer.js
  2. 0 0
      dist/peer.min.js

+ 1 - 1
dist/peer.js

@@ -1014,7 +1014,7 @@ Reliable.prototype._handleMessage = function(msg) {
 
       var n = msg[2];
       var chunk = msg[3];
-      data.chunks[n] = chunk;
+      data.chunks[n] = new Uint8Array(chunk);
 
       // If we get the chunk we're looking for, ACK for next missing.
       // Otherwise, ACK the same N again.

File diff ditekan karena terlalu besar
+ 0 - 0
dist/peer.min.js


Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini