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

Download Progress #39

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

DJStompZone
Copy link

Added optional progress indicator for backup downloads
Added option to specify filename for output file
image
image

Add optional progress indicator for backup downloads
Add option to specify filename for output file
Eslint is busting my balls today
@DJStompZone
Copy link
Author

There, it's passing now

@extremeheat
Copy link
Member

Library code should generally not be writing to stdout. You can instead add this output as an example, which would utilize some progress callback in the library method.

@@ -34,4 +35,37 @@ module.exports = class Download {

return await res.buffer()
}

async #downloadWorldWithProgress () {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this # ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Almost too old
Development

Successfully merging this pull request may close these issues.

3 participants