@uppy/tus: don't abort errored request (#6312)

this fixes #6287 , another similar attempted fix which didn't got merged
: #5683

in #5683 we discussed a more longer term solution but IMO that would be
a breaking change as it would change the event contract

AI Disclaimer : AI Used 

This fix is Manually Tested across **Chrome and Firefox**
This commit is contained in:
Prakash 2026-05-29 18:42:58 +05:30 committed by GitHub
parent 5519b84409
commit 51acfe9e6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 138 additions and 8 deletions

View file

@ -9089,6 +9089,7 @@ __metadata:
"@uppy/core": "workspace:^"
"@uppy/utils": "workspace:^"
jsdom: "npm:^26.1.0"
nock: "npm:^13.1.0"
tus-js-client: "npm:^4.2.3"
typescript: "npm:^5.8.3"
vitest: "npm:^3.2.4"