Re: [whatwg/xhr] Wrong upload progress when network interrupts (Issue #361)

I think it's normal that when it's interrupted it will continue to fill the outgoing buffer a bit as it might not immediately get a connection close. And we don't actually track which bytes have been successfully delivered.

But going all the way to 100% does seem surprising, but it seems not all implementations are doing that in which case I'd consider this an implementation bug.

There's certainly nothing in the specification that supports that kind of behavior.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/361#issuecomment-1326655502
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/xhr/issues/361/1326655502@github.com>

Received on Thursday, 24 November 2022 16:25:37 UTC