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 progress when upload data #88

Open
binghaiwang opened this issue May 29, 2018 · 2 comments
Open

How to get progress when upload data #88

binghaiwang opened this issue May 29, 2018 · 2 comments

Comments

@binghaiwang
Copy link

No description provided.

@jhiesey
Copy link
Owner

jhiesey commented Jun 7, 2018

This isn't possible with the current version of stream-http.

From a bit of quick research, it's possible with XMLHttpRequest but not with fetch. (Edit: removed incorrect link)

Making something that works only with XMLHttpRequest looks doable.

@ricky11
Copy link

ricky11 commented Apr 15, 2021

If we pass in the option 'disable-fetch' which forces the use of plain XHR, then can we attach a progress event listener?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants