tus-js-client icon indicating copy to clipboard operation
tus-js-client copied to clipboard

A pure JavaScript client for the tus resumable upload protocol

Results 67 tus-js-client issues
Sort by recently updated
recently updated
newest added

Bumps the npm group with 9 updates: | Package | From | To | | --- | --- | --- | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.5` | `7.24.7` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core)...

dependencies
javascript

In theory, Bun and Deno are somewhat compatible with Node.js runtime. We should test if tus-js-client runs in those environment, and if so, update the documentation and preferable integrate them...

enhancement

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript

Support using customized responses as introduced in tus/tus-node-server#615

[This PR can Be help with this issue](https://github.com/tus/tus-js-client/issues/664#issuecomment-1921592639) > I've implemented a new feature in this PR. Previously, I encountered issues when uploading more than 30,000 files at once. The...

If there is an error in the onProgress callback, instead of reporting the error in the console, the JS client sends out HEAD requests (instead of PATCH requests) which is...

bug

**Question** How to set the the creator id and signed url and Allowed orgins. Also can Allowed origins be a wild card ? **Setup details** - Runtime environment: Javascript using...

question

**Describe the bug** Whenever I try upload a file I am getting "tus: invalid or missing Location header, originated from request". Failed because: tus: invalid or missing Location header, originated...

bug

This PR is an experiment to see how we can utilize TypeScript to transpile the source code into CommonJS/ESM code included in the package. The benefit is that we have...

Currently, tus-js-client uses the outdated `main`, `module`, and `browser` fields to indicate what files users should access when the package is imported: https://github.com/tus/tus-js-client/blob/b147b53aadbbdb3b9d63bdba7c0484cfb2bedf74/package.json#L5-L13 After #683 is completed, we should upgrade...

enhancement
breaking change