We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8630815 commit f1f550bCopy full SHA for f1f550b
source/core/index.ts
@@ -483,7 +483,6 @@ export default class Request extends Duplex implements RequestEvents<Request> {
483
return;
484
}
485
486
- // The `!destroyed` check is required to prevent `uploadProgress` being emitted after the stream was destroyed
487
if (!error) {
488
this._bodySize = this._uploadedSize;
489
0 commit comments