Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/upload chunk size #805

Merged
merged 19 commits into from
Feb 10, 2025
Merged

Fix/upload chunk size #805

merged 19 commits into from
Feb 10, 2025

Conversation

jordan-a-young
Copy link
Member

This upgrades tus-js-client to the latest version. This also implements a custom HTTPStack that is a wrapper for the fetch api. This is used to move away from the previes XHR implementation. I added some docs for usage.

Copy link

codecov bot commented Feb 7, 2025

Codecov Report

Attention: Patch coverage is 76.84887% with 72 lines in your changes missing coverage. Please review.

Project coverage is 85.06%. Comparing base (f4b8648) to head (c5699c6).
Report is 25 commits behind head on master.

Files with missing lines Patch % Lines
packages/upload-core/src/index.ts 77.82% 51 Missing ⚠️
packages/upload-core/src/http-stack.ts 66.66% 19 Missing ⚠️
packages/api-axios/mocks/handlers.js 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #805   +/-   ##
=======================================
  Coverage   85.05%   85.06%           
=======================================
  Files          85       87    +2     
  Lines        2617     2679   +62     
  Branches      664      674   +10     
=======================================
+ Hits         2226     2279   +53     
- Misses        391      400    +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jordan-a-young jordan-a-young merged commit c420f21 into master Feb 10, 2025
5 of 6 checks passed
@jordan-a-young jordan-a-young deleted the fix/upload-chunk-size branch February 10, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants