Hello,
I've set a breakpoint in firebug and am examining my xhr object. Its readyState is 0, its status is 200. My understanding is that if the status is 200, the request should have at least started, and the readystate should be at least 1. Can anyone explain what's going on?
I'm using jquery's $.ajax to create the xhr object, but I wouldn't think that would affect the xhr's readystate and status.
thanks,
-Morgan