You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 in mind that helps prepare tus-js-client for the future while also making its usage more resilient to errors:
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 in mind that helps prepare tus-js-client for the future while also making its usage more resilient to errors:
undefined
instead ofnull
for optional configuration values: Useundefined
instead ofnull
as default values for options #747exports
syntax: Refresh export structure inpackage.json
#693; consider if we can utilize https://github.com/isaacs/tshyUpload
class privateweb
tus.Upload
to avoid starting an upload twice, for example. Allow users to query the state.TODO
andts-expect-error
in the codeThe text was updated successfully, but these errors were encountered: