Muhammad Asif 7 năm trước cách đây
mục cha
commit
505c4c3c6e
3 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      dist/peer.js
  2. 0 0
      dist/peer.min.js
  3. 1 0
      lib/dataconnection.js

+ 1 - 0
dist/peer.js

@@ -105,6 +105,7 @@ DataConnection.prototype._handleDataMessage = function(e) {
   var self = this;
   var data = e.data;
   var datatype = data.constructor;
+  util.log(e.data);
   if (this.serialization === 'binary' || this.serialization === 'binary-utf8') {
     if (datatype === Blob) {
       // Datatype should never be blob

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


+ 1 - 0
lib/dataconnection.js

@@ -94,6 +94,7 @@ DataConnection.prototype._handleDataMessage = function(e) {
   var self = this;
   var data = e.data;
   var datatype = data.constructor;
+  util.log(e.data);
   if (this.serialization === 'binary' || this.serialization === 'binary-utf8') {
     if (datatype === Blob) {
       // Datatype should never be blob

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