jQuery Ajax Abort flag doesn't seem to work
itay
Posted on
Jan 11 2016
I'm using the ignoreAjaxAbort flag in javascript client-side API, and it doesn't seem to ignore jquery errors of the abort flavor. Is this a known issue? In the meantime I'll just use the other flag which should hopefully guard me against those errors. (ignoreAjaxError)
Callum
Posted on
Jan 12 2016
We can't be sure without a link to an error group, but there is a known issue when some browsers seem to provide a status code of 0 while reporting the headers for a request are present, but not actually populating them. This is breaking our check for an aborted request, which is planned to be fixed in the next release and will get ignoreAjaxAbort working correctly. In the meantime you can indeed use ignoreAjaxError.
Regards,
Callum Gavin
Raygun Limited