Closed dkmorgan closed 3 months ago
Would it be possible to support the shouldTerminate argument in abort()? (Reference: tus-js-client) I cannot currently terminate the upload and delete the resource on the server.
shouldTerminate
abort()
Thank you for your request! It seems like there is a bug in use-tus due to the failure to pass the shouldTerminate argument to the abort function.
I'll address this problem shortly.
This issue has been fixed in version v0.8.2. Could you please try using the new release?
@kqito
I tried out v0.8.2. abort(true) now aborts the upload in progress and is followed by a DELETE request to terminate the upload.
abort(true)
Thank you so much for such a prompt fix!
Would it be possible to support the
shouldTerminate
argument inabort()
? (Reference: tus-js-client) I cannot currently terminate the upload and delete the resource on the server.