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

> which means the progress loaded/total will grow to 100% even if the network interrupts.

Two things here:

1. You're pointing to non-normative text that explains the events. There are no implementation requirements here.
2. All it says is that once `error` dispatched you won't see anymore `progress` events. It doesn't at all validate the behavior you are saying (but even if it did, see 1).

Unless there's an actual problem with the algorithms under `send()` this seems like an implementation bug to me. Did you file a bug against Firefox?

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

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

Received on Monday, 21 November 2022 08:52:50 UTC