简体   繁体   中英

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?

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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