Michelle Bu 11 năm trước cách đây
mục cha
commit
fa52ac067e
3 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      dist/peer.js
  2. 0 0
      dist/peer.min.js
  3. 1 1
      lib/dataconnection.js

+ 1 - 1
dist/peer.js

@@ -1850,10 +1850,10 @@ DataConnection.prototype._handleDataMessage = function(e) {
 
       // We can also just delete the chunks now.
       delete this._chunkedData[id];
-      return;
     }
 
     this._chunkedData[id] = chunkInfo;
+    return;
   }
 
   this.emit('data', data);

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/peer.min.js


+ 1 - 1
lib/dataconnection.js

@@ -116,10 +116,10 @@ DataConnection.prototype._handleDataMessage = function(e) {
 
       // We can also just delete the chunks now.
       delete this._chunkedData[id];
-      return;
     }
 
     this._chunkedData[id] = chunkInfo;
+    return;
   }
 
   this.emit('data', data);

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác