Michelle Bu před 12 roky
rodič
revize
0d79569f96
3 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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;
 

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 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;
 

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů