[Webkit-unassigned] [Bug 16716] XHR Handler may call undefined function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 2 20:37:09 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16716





------- Comment #5 from mrowe at apple.com  2008-01-02 20:37 PDT -------
It seems a stretch to call the current behaviour "wrong".  Calling a function
before it is defined is not going to work elsewhere in JavaScript, why would an
XHR event handler be any different?  In the synchronous case it is obvious that
the "FAIL!!!!" case of your test is the right one to be hit.  Why is it "wrong"
that it is a possible valid outcome in the asynchronous case?


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



More information about the webkit-unassigned mailing list