You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/resumable-upload.ts
-19Lines changed: 0 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -899,25 +899,6 @@ export class Upload extends Writable {
899
899
returnsuccessfulRequest ? res : null;
900
900
}
901
901
902
-
privaterestart(){
903
-
if(this.numBytesWritten){
904
-
constmessage=
905
-
'Attempting to restart an upload after unrecoverable bytes have been written from upstream. Stopping as this could result in data loss. Initiate a new upload to continue.';
0 commit comments