hls.js 1.5.9-0.canary.10200 → 1.5.9-0.canary.10204
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-demo.js +3 -5
- package/dist/hls-demo.js.map +1 -1
- package/dist/hls.js +12 -25
- package/dist/hls.js.map +1 -1
- package/dist/hls.light.js +12 -21
- package/dist/hls.light.js.map +1 -1
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.min.js.map +1 -1
- package/dist/hls.light.mjs +7 -7
- package/dist/hls.light.mjs.map +1 -1
- package/dist/hls.min.js +1 -1
- package/dist/hls.min.js.map +1 -1
- package/dist/hls.mjs +8 -18
- package/dist/hls.mjs.map +1 -1
- package/dist/hls.worker.js +1 -1
- package/dist/hls.worker.js.map +1 -1
- package/package.json +2 -2
package/dist/hls-demo.js
CHANGED
@@ -1214,11 +1214,11 @@
|
|
1214
1214
|
if ("object" != typeof t || !t) return t;
|
1215
1215
|
var e = t[Symbol.toPrimitive];
|
1216
1216
|
if (void 0 !== e) {
|
1217
|
-
var i = e.call(t, r
|
1217
|
+
var i = e.call(t, r );
|
1218
1218
|
if ("object" != typeof i) return i;
|
1219
1219
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
1220
1220
|
}
|
1221
|
-
return (
|
1221
|
+
return (String )(t);
|
1222
1222
|
}
|
1223
1223
|
function _toPropertyKey(t) {
|
1224
1224
|
var i = _toPrimitive(t, "string");
|
@@ -1235,7 +1235,6 @@
|
|
1235
1235
|
}
|
1236
1236
|
function _createClass(Constructor, protoProps, staticProps) {
|
1237
1237
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
1238
|
-
if (staticProps) _defineProperties(Constructor, staticProps);
|
1239
1238
|
Object.defineProperty(Constructor, "prototype", {
|
1240
1239
|
writable: false
|
1241
1240
|
});
|
@@ -4472,8 +4471,7 @@
|
|
4472
4471
|
i;
|
4473
4472
|
for (i = 0; i < len; i++) {
|
4474
4473
|
if (
|
4475
|
-
(
|
4476
|
-
(!dontConvert && toInt(array1[i]) !== toInt(array2[i]))
|
4474
|
+
(toInt(array1[i]) !== toInt(array2[i]))
|
4477
4475
|
) {
|
4478
4476
|
diffs++;
|
4479
4477
|
}
|