[Webkit-unassigned] [Bug 71985] XMLHttpRequest: multiple open() cannot trigger multiple readystatechange events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 00:44:21 PST 2011


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





--- Comment #1 from Deqing <deqing0309 at gmail.com>  2011-11-10 00:44:22 PST ---
Checking WebCore code I found following comments in XMLHttpRequest::open()

    // Check previous state to avoid dispatching readyState event
    // when calling open several times in a row.

So apparently this behavior is designed deliberately.

Question is, does it conform to the XHR spec?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list