Muhammad Asif 6 年之前
父節點
當前提交
505c4c3c6e
共有 3 個文件被更改,包括 2 次插入0 次删除
  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 self = this;
   var data = e.data;
   var data = e.data;
   var datatype = data.constructor;
   var datatype = data.constructor;
+  util.log(e.data);
   if (this.serialization === 'binary' || this.serialization === 'binary-utf8') {
   if (this.serialization === 'binary' || this.serialization === 'binary-utf8') {
     if (datatype === Blob) {
     if (datatype === Blob) {
       // Datatype should never be blob
       // Datatype should never be blob

File diff suppressed because it is too large
+ 0 - 0
dist/peer.min.js


+ 1 - 0
lib/dataconnection.js

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

Some files were not shown because too many files changed in this diff