[Webkit-unassigned] [Bug 151189] New: XMLHttpRequest should emit one LOADING state change event.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 05:19:33 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=151189

            Bug ID: 151189
           Summary: XMLHttpRequest should emit one LOADING state change
                    event.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

As per the spec, XMLHttpRequest should emit one LOADING state change event.
Currently, it is sending one for each received chunk as a way to keep track of progress.
Now that progress events are available, we can probably safely remove the emition of several LOADING events.

Firefox and Chrome are passing http://www.w3c-test.org/XMLHttpRequest/event-readystatechange-loaded.htm

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151112/f4e286a3/attachment.html>


More information about the webkit-unassigned mailing list