[Webkit-unassigned] [Bug 39125] XMLHttpRequest.getResponseHeader doesn't need to be custom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 14 22:26:50 PDT 2010


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





--- Comment #9 from Alexey Proskuryakov <ap at webkit.org>  2010-05-14 22:26:49 PST ---
Firefox and IE behave differently, so compatibility isn't a product of consideration, but a product of testing and adjustment. We've had this behavior since 2006, so it's vetted pretty well.

The arguments against detecting and reporting errors seem to be purely aesthetic, while the argument for detecting them is about making the platform easier to develop for. Calling getResponseHeader() without arguments makes no sense, and pretty much the only conceivable case when this could happen is a wrong copy/paste for getAllResponseHeaders(). Why make that harder to debug?

-- 
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