HTTP script request “Aborted” status

2019-04-09 13:22发布

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?

2条回答
Viruses.
2楼-- · 2019-04-09 14:04

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.

查看更多
乱世女痞
3楼-- · 2019-04-09 14:10

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

查看更多
登录 后发表回答