最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - HTTP script request "Aborted" status - Stack Overflow

programmeradmin2浏览0评论

What might cause a normal external script on my app to show up sometimes in Firebug's NET panel as 'Aborted' and not being loaded?

Is this a server issue, or is the browser going nuts?

What might cause a normal external script on my app to show up sometimes in Firebug's NET panel as 'Aborted' and not being loaded?

Is this a server issue, or is the browser going nuts?

Share Improve this question edited Sep 29, 2015 at 11:55 vsync asked May 4, 2010 at 15:57 vsyncvsync 131k59 gold badges340 silver badges422 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 2

It is a bug in FireBug causing it to echo noise events. Abort is a normal condition for the end of an HttpRequest.

I think that it is going to be fixed in the next release.

This happens sometimes, for eg:

On a click event on a hyper-link we try to redirect to another URL through JavaScript/jQuery but the default behavior of a hyper-link click is not blocked using preventDefault

发布评论

评论列表(0)

  1. 暂无评论