@bigbinary/neeto-media-recorder 2.1.0 → 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.
- package/core.js +1 -1
- package/core.js.map +1 -1
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/core.js
CHANGED
|
@@ -1133,7 +1133,7 @@ var MultipartS3Uploader = /*#__PURE__*/function () {
|
|
|
1133
1133
|
}, {
|
|
1134
1134
|
key: "hasSufficientData",
|
|
1135
1135
|
get: function get() {
|
|
1136
|
-
return isNotEmpty(_classPrivateFieldGet(this, _unUploadedChunks)) || isNotEmpty(_classPrivateFieldGet(this, _s3PartUploadPromises));
|
|
1136
|
+
return isNotEmpty(_classPrivateFieldGet(this, _unUploadedChunks)) || isNotEmpty(_classPrivateFieldGet(this, _pendingS3ChunkUploads)) || isNotEmpty(_classPrivateFieldGet(this, _s3PartUploadPromises));
|
|
1137
1137
|
}
|
|
1138
1138
|
}]);
|
|
1139
1139
|
return MultipartS3Uploader;
|