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

Progress events #6

Closed
szmarczak opened this issue Sep 4, 2018 · 4 comments · Fixed by #34
Closed

Progress events #6

szmarczak opened this issue Sep 4, 2018 · 4 comments · Fixed by #34
Assignees
Labels
enhancement New feature or request

Comments

@szmarczak
Copy link
Collaborator

We could use streams for that :)

@sindresorhus sindresorhus added the enhancement New feature or request label Sep 4, 2018
@dangdennis
Copy link
Contributor

dangdennis commented Sep 5, 2018

By progress events, are you trying to implement something along the lines of the downloadProgress and uploadProgress events in the got library?

I'm referencing this right now for context into client side streams. https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream

@szmarczak
Copy link
Collaborator Author

Yup.

@szmarczak szmarczak self-assigned this Sep 8, 2018
@sindresorhus
Copy link
Owner

Relevant: https://twitter.com/jaffathecake/status/1093072562819608576

@shresthapradip
Copy link

What about upload progress. For example if I want to show the upload progress as returned by server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants