hls.js 1.5.14-0.canary.10572 → 1.5.14-0.canary.10576

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.
package/dist/hls.js CHANGED
@@ -523,7 +523,7 @@
523
523
  // Some browsers don't allow to use bind on console object anyway
524
524
  // fallback to default if needed
525
525
  try {
526
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10572");
526
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10576");
527
527
  } catch (e) {
528
528
  /* log fn threw an exception. All logger methods are no-ops. */
529
529
  return createLogger();
@@ -9501,7 +9501,7 @@
9501
9501
  }
9502
9502
  _inheritsLoose(LoadError, _Error);
9503
9503
  return LoadError;
9504
- }( /*#__PURE__*/_wrapNativeSuper(Error));
9504
+ }(/*#__PURE__*/_wrapNativeSuper(Error));
9505
9505
 
9506
9506
  var AESCrypto = /*#__PURE__*/function () {
9507
9507
  function AESCrypto(subtle, iv, aesMode) {
@@ -17311,7 +17311,7 @@
17311
17311
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
17312
17312
  }
17313
17313
 
17314
- var version = "1.5.14-0.canary.10572";
17314
+ var version = "1.5.14-0.canary.10576";
17315
17315
 
17316
17316
  // ensure the worker ends up in the bundle
17317
17317
  // If the worker should not be included this gets aliased to empty.js
@@ -18186,7 +18186,7 @@
18186
18186
  }
18187
18187
  _BaseStreamController.prototype._handleFragmentLoadComplete.call(this, fragLoadedData);
18188
18188
  };
18189
- _proto.onBufferReset = function onBufferReset( /* event: Events.BUFFER_RESET */
18189
+ _proto.onBufferReset = function onBufferReset(/* event: Events.BUFFER_RESET */
18190
18190
  ) {
18191
18191
  // reset reference to sourcebuffers
18192
18192
  this.mediaBuffer = null;
@@ -25044,7 +25044,7 @@
25044
25044
  }
25045
25045
  _inheritsLoose(EMEKeyError, _Error);
25046
25046
  return EMEKeyError;
25047
- }( /*#__PURE__*/_wrapNativeSuper(Error));
25047
+ }(/*#__PURE__*/_wrapNativeSuper(Error));
25048
25048
 
25049
25049
  /**
25050
25050
  * Common Media Client Data Object Type
@@ -27227,7 +27227,7 @@
27227
27227
  }
27228
27228
  _inheritsLoose(FetchError, _Error);
27229
27229
  return FetchError;
27230
- }( /*#__PURE__*/_wrapNativeSuper(Error));
27230
+ }(/*#__PURE__*/_wrapNativeSuper(Error));
27231
27231
 
27232
27232
  var WHITESPACE_CHAR = /\s/;
27233
27233
  var Cues = {