On 3/4/13 6:26 AM, gNeandr wrote:
Any idea how to fix that problem, any workaround .. catching the
response NOT to throw it to the console?

If you control the server, make sure the Content-Type it returns is not an XML type (like the fruux.com server does).

If you control the caller and don't expect to get back XML for this request, tell the XHR so by setting responseType="text" or whatever you want on the XHR before the send().

There is a bug https://bugzilla.mozilla.org/show_bug.cgi?id=521301
already but no solution!

It's not clear to me that this is a bug, per spec.

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to