mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
@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:
parent
5519b84409
commit
51acfe9e6c
5 changed files with 138 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue