mphttpx 2.1.1 → 2.1.2
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.
|
@@ -109,7 +109,6 @@ function calcSlicedSize(originalSize, start, end) {
|
|
|
109
109
|
}
|
|
110
110
|
return num;
|
|
111
111
|
};
|
|
112
|
-
console.log(normalizeNumer(start), normalizeNumer(end));
|
|
113
112
|
return Math.max(0, normalizeNumer(end) - normalizeNumer(start));
|
|
114
113
|
}
|
|
115
114
|
const BlobE = (typeof Blob !== "undefined" && Blob) || BlobP;
|
|
@@ -107,7 +107,6 @@ function calcSlicedSize(originalSize, start, end) {
|
|
|
107
107
|
}
|
|
108
108
|
return num;
|
|
109
109
|
};
|
|
110
|
-
console.log(normalizeNumer(start), normalizeNumer(end));
|
|
111
110
|
return Math.max(0, normalizeNumer(end) - normalizeNumer(start));
|
|
112
111
|
}
|
|
113
112
|
const BlobE = (typeof Blob !== "undefined" && Blob) || BlobP;
|