XMLHttpRequest progress event has event.total, but event.loaded is always 0 #16369
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
I was running RN 0.42 and saw this. I then upgraded to 0.46.4 and am still encountering the same results. My device is running Android 7.
The
XMLHttpRequest
object fires progress events, but returns 0 bytes loaded until completed.My console shows lots of progress events and the request completes successfully, but
loaded
is always 0Using Chrome the same code/endpoint successfully reports the loaded progress.
The text was updated successfully, but these errors were encountered: