[Bug 26736] Does the final progress event need to be dispatched after readystatechange?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26736

--- Comment #8 from Glenn Maynard <glenn@zewt.org> ---
(In reply to Anne from comment #7)
> The progress event and the readyState change.

Not sure if that matters, though I guess it makes that simplification ("if the
transfer already sent onprogress 100%, you don't have to send it again here")
not work, since that message wouldn't be in the same task as this.  (I guess
another way implementations could avoid the duplicate onprogress would be to
just not send onprogress during the transfer if loaded < total, so this is the
only one that gets sent, at least if the length is known.)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 7 September 2014 04:43:10 UTC