Firebug 1.5 showing 200 Aborted for Ajax requests

前端 未结 4 949
无人共我
无人共我 2021-01-12 21:27

When I\'m using Firebug 1.5, I\'m getting 200 ABORTED errors on certain ajax requests. You can see this happen on this demo page by typing into the textfield. The functiona

4条回答
  •  执笔经年
    2021-01-12 22:20

    I am also encountering this. I can see it on your demo site above on every request, but also I see it on one of my sites. I didn't notice this before, and I am sure I would notice it since I stare at the console for hours everyday. Gives some pretty mixed messages.

    http://dl.dropbox.com/u/848795/Screen%20shot%202010-02-16%20at%2011.05.16%20PM.png

    I am using a mac with firebug 1.5. This bug has been reported on the firebug bug list id=2712 but seems to be going nowhere. It's a tricky one. I tend to notice it when i have 2 simultaneous requests fired off at the same time, and perhaps one preemptively returns before the other. But this shouldn't cause an Abort message.

提交回复
热议问题