stream-http
stream-http copied to clipboard
How to get progress when upload data
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.
If we pass in the option 'disable-fetch' which forces the use of plain XHR, then can we attach a progress event listener?