Bladeren bron

reliable typo

Michelle Bu 12 jaren geleden
bovenliggende
commit
0d79569f96
3 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      dist/peer.js
  2. 0 0
      dist/peer.min.js
  3. 1 1
      lib/dataconnection.js

+ 1 - 1
dist/peer.js

@@ -1494,7 +1494,7 @@ function DataConnection(peer, dc, options) {
   // Firefox is not this finely configurable.
   this.metadata = options.metadata;
   this.serialization = util.browserisms !== 'Firefox' ? options.serialization : 'binary';
-  this._isReliable = util.browserisms !== 'Firefox' ? options.reliable : true;
+  this._isReliable = util.browserisms !== 'Firefox' ? options.reliable : false;
 
   this.peer = peer;
 

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


+ 1 - 1
lib/dataconnection.js

@@ -17,7 +17,7 @@ function DataConnection(peer, dc, options) {
   // Firefox is not this finely configurable.
   this.metadata = options.metadata;
   this.serialization = util.browserisms !== 'Firefox' ? options.serialization : 'binary';
-  this._isReliable = util.browserisms !== 'Firefox' ? options.reliable : true;
+  this._isReliable = util.browserisms !== 'Firefox' ? options.reliable : false;
 
   this.peer = peer;
 

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