forwardemail / forwardemail/superagent
Track progress of any POST request
Open
- Dominant language
- JavaScript
- Stars
- 16.6k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
https://stackoverflow.com/questions/19126994/what-is-the-cleanest-way-to-get-the-progress-of-jquery-ajax-request
It seems possible to track progress for any POST request but superagent by documentation doesn't support that. I tried to attach progress event for POST request and it worked incorrect: during upload I received 2 events, both had `percent: 100`.
I'm sending application/json body.
Contributor guide
Assessment
This issue has not been assessed yet.