hls.js 1.5.14-0.canary.10574 → 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 +6 -6
- package/dist/hls.js.map +1 -1
- package/dist/hls.light.js +4 -4
- package/dist/hls.light.js.map +1 -1
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.mjs +2 -2
- package/dist/hls.min.js +1 -1
- package/dist/hls.mjs +3 -3
- package/dist/hls.worker.js +1 -1
- package/package.json +2 -2
package/dist/hls.light.js
CHANGED
@@ -494,7 +494,7 @@
|
|
494
494
|
// Some browsers don't allow to use bind on console object anyway
|
495
495
|
// fallback to default if needed
|
496
496
|
try {
|
497
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.
|
497
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10576");
|
498
498
|
} catch (e) {
|
499
499
|
/* log fn threw an exception. All logger methods are no-ops. */
|
500
500
|
return createLogger();
|
@@ -10018,7 +10018,7 @@
|
|
10018
10018
|
}
|
10019
10019
|
_inheritsLoose(FetchError, _Error);
|
10020
10020
|
return FetchError;
|
10021
|
-
}(
|
10021
|
+
}(/*#__PURE__*/_wrapNativeSuper(Error));
|
10022
10022
|
|
10023
10023
|
/**
|
10024
10024
|
* @deprecated use fragLoadPolicy.default
|
@@ -11728,7 +11728,7 @@
|
|
11728
11728
|
}
|
11729
11729
|
_inheritsLoose(LoadError, _Error);
|
11730
11730
|
return LoadError;
|
11731
|
-
}(
|
11731
|
+
}(/*#__PURE__*/_wrapNativeSuper(Error));
|
11732
11732
|
|
11733
11733
|
var KeyLoader = /*#__PURE__*/function () {
|
11734
11734
|
function KeyLoader(config) {
|
@@ -19284,7 +19284,7 @@
|
|
19284
19284
|
return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
|
19285
19285
|
}
|
19286
19286
|
|
19287
|
-
var version = "1.5.14-0.canary.
|
19287
|
+
var version = "1.5.14-0.canary.10576";
|
19288
19288
|
|
19289
19289
|
// ensure the worker ends up in the bundle
|
19290
19290
|
// If the worker should not be included this gets aliased to empty.js
|