@firebase/storage 0.10.0-canary.9d2757a6b → 0.10.0-canary.a67eb5d04

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -735,9 +735,9 @@ var NetworkRequest = /** @class */ (function () {
735
735
  _this.pendingConnection_ = null;
736
736
  var hitServer = connection.getErrorCode() === ErrorCode.NO_ERROR;
737
737
  var status = connection.getStatus();
738
- if ((!hitServer ||
739
- isRetryStatusCode(status, _this.additionalRetryCodes_)) &&
740
- _this.retry) {
738
+ if (!hitServer ||
739
+ (isRetryStatusCode(status, _this.additionalRetryCodes_) &&
740
+ _this.retry)) {
741
741
  var wasCanceled = connection.getErrorCode() === ErrorCode.ABORT;
742
742
  backoffCallback(false, new RequestEndStatus(false, null, wasCanceled));
743
743
  return;
@@ -3500,7 +3500,7 @@ var FirebaseStorageImpl = /** @class */ (function () {
3500
3500
  }());
3501
3501
 
3502
3502
  var name = "@firebase/storage";
3503
- var version = "0.10.0-canary.9d2757a6b";
3503
+ var version = "0.10.0-canary.a67eb5d04";
3504
3504
 
3505
3505
  /**
3506
3506
  * @license