RESOLVED CONFIGURATION CHANGED 36661
XHR upload progress event should be timed according to the specification
https://bugs.webkit.org/show_bug.cgi?id=36661
Summary XHR upload progress event should be timed according to the specification
Julien Chaffraix
Reported 2010-03-26 07:13:20 PDT
This is a follow up of bug 18654 that introduced the throttling for download progress event. The specification states that they should be dispatched in the same fashion: "about every 50ms or for every byte transmitted, whichever is least frequent." (see http://www.w3.org/TR/XMLHttpRequest2/ section 3.6.6)
Attachments
Jian Li
Comment 1 2010-04-28 14:56:05 PDT
*** Bug 37771 has been marked as a duplicate of this bug. ***
Anne van Kesteren
Comment 2 2023-03-27 05:49:44 PDT
Code inspection shows this should have throttling now.
Note You need to log in before you can comment on or make changes to this bug.