-
Notifications
You must be signed in to change notification settings - Fork 231
LargeFileUpload - node js stream support and progress handling, rollup library updates #401
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
Conversation
I missed one commit in my previous review, sorry about that, resolved the things are are already resolved. Only a few things left :) |
Thank you for the review! I liked the idea to use generics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for taking the proposed changes.
Fixes #320 , #305, #380 .
StreamUpload
andFileUpload
implementing theFileObject
interface and having thesliceFile
logic.Progress
interface for progress handling.