@zyzgroup/core-web 0.0.88 → 0.0.89
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/zyzgroup_core_web.iife.js +1 -1
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +1 -1
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +1 -1
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/file.d.ts.map +1 -1
|
@@ -2997,7 +2997,7 @@ class Rc {
|
|
|
2997
2997
|
this.fileHash || (this.fileHash = await hh(this.file, this.chunkSize)), (await this.axios.post(this.checkURL, {
|
|
2998
2998
|
fileName: this.file.name,
|
|
2999
2999
|
fileHash: this.fileHash
|
|
3000
|
-
})).isExist ? (this.isUploading = !1, this.onComplete?.()) : this.isUploading || (this.startTimeCount(), await this.uploadChunk());
|
|
3000
|
+
})).isExist ? (this.isUploading = !1, this.stopTimeCount(), this.onComplete?.()) : this.isUploading || (this.startTimeCount(), await this.uploadChunk());
|
|
3001
3001
|
}
|
|
3002
3002
|
pause() {
|
|
3003
3003
|
this.isUploading && (this.isUploading = !1, this.stopTimeCount());
|