xDomainRequest constant

int const xDomainRequest

Error code indicating a real error code is unavailable because we had to use an XDomainRequest object to allow CORS requests in Internet Explorer, which strips the body from HTTP responses that have a non-2XX status code.

Implementation

static const int xDomainRequest = 602;