-
The last major release (v4) was only 10 months ago, but it didn't include massive changes and only dropped support for old Node.js version. For the next major release (v5) I have some larger changes i…
-
As documented in https://github.com/tus/tus-js-client/blob/main/docs/api.md#urlstorage, it should be possible to instead of disabling this bit of `tusd` functionality, just provide a little module tha…
-
**Describe the bug**
I'm attempting to leverage tus for large file uploads using Cloudflare Workers. Simply running
`const tus = require("tus-js-client")` yields `window is not defined`.
I've t…
-
### Initial checklist
- [X] I understand this is a bug report and questions should be posted in the [Community Forum](https://community.transloadit.com/c/tus/6)
- [X] I searched [issues](https://gith…
-
I've encountered an issue with the tus-js-client library where the upload process restarts from the beginning if there's an interruption due to a bad internet connection. This behavior occurs only whe…
-
**Is your feature request related to a problem? Please describe.**
In our project we mostly use [Axios](https://axios-http.com/) for making HTTP queries, with some default settings configured globall…
-
**Is your feature request related to a problem? Please describe.**
When using services like bunny.net, we need to send additional headers (Authorization, ...) for every request. Those headers are typ…
-
tus-js-client doesn't upload file larger than 100Mb for Android. I've got next error - "Failed to upload because: Error: tus: cannot fetch file.uri as Blob, make sure the uri is correct and accessible…
-
![Animation](https://github.com/user-attachments/assets/6968552d-2982-4763-bade-b5b312f3dca6)
**Describe the bug**
Manic behavior of the progress bar in example.
In the example screen recording…
-
The idea is to build a tool for load-testing tus servers using tus-js-client.
Examples:
- Use K6 and integrate with tus-js-client: https://github.com/tus/tus-js-client/issues/442