What does xhr.status of 8 mean in IE8?

I just want to know what xhr.status 8 means and what is the possible reason for this (because my ajax failed and its status, which gave me).

thanks

Edit: just forget to indicate that its only in IE, in Chrome or FireFox, it works (no errors).

+4
source share
2 answers

Maybe you can use the jQuery library, which does a great job of abstracting browser differences?

0
source

Same problem. The only fix we found was that returning less than json seemed to “fix” the problem. In our case, this was acceptable, but I understand that in most cases this is not so.

Edit

It should also be mentioned that we use YUI3. Therefore, it should not be specific to the library.

0
source

All Articles