简体   繁体   English

HTTP脚本请求“已中止”状态

[英]HTTP script request “Aborted” status

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? 是什么导致我的应用程序上的常规外部脚本有时在Firebug的NET面板中显示为“已中止”并且未加载?

Is this a server issue, or is the browser going nuts? 这是服务器问题,还是浏览器发疯了?

It is a bug in FireBug causing it to echo noise events. 这是FireBug中的错误,导致它回显噪音事件。 Abort is a normal condition for the end of an HttpRequest. 中止是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 在超链接上的点击事件中,我们尝试通过JavaScript / jQuery重定向到另一个URL,但是使用preventDefault不会阻止超链接点击的默认行为

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM