-
Notifications
You must be signed in to change notification settings - Fork 695
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
chunked upload callbacks features + axios instead of custom requests #262
base: master
Are you sure you want to change the base?
Conversation
…ccessResponseCallback arg. list
@lian-yue What do you think about below refactoring ( I preparing set of improvements in specific UI solution - object storage web client. Of course |
@lian-yue Any comments for below PR with callbacks and switching to axios (standard in today JS/TS impl.) ? Below code was deployed and tested on production with ~1k internal users. |
We need this feature for chunked upload processing with dedicated callbacks in our application.