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

how to get XMLHttpRequest.upload in fetch? #538

Closed
zzzgit opened this issue Jul 4, 2017 · 1 comment
Closed

how to get XMLHttpRequest.upload in fetch? #538

zzzgit opened this issue Jul 4, 2017 · 1 comment

Comments

@zzzgit
Copy link

zzzgit commented Jul 4, 2017

i am using fetch to implement an uploading functionality
the functionality have been completed
now i need to show the uploading progress
so, how to get XMLHttpRequest.upload object in fetch?

@mislav
Copy link
Contributor

mislav commented Jul 4, 2017

fetch specification doesn't contain functionality that allows implementing progress indicators; therefore, this library doesn't implement such functionality either. See #379 (comment)

You might want to use XMLHttpRequest directly in order to implement this.

@mislav mislav closed this as completed Jul 4, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants