How to allow Firebugs "Aborted" messages in Ajax requests?

I am using Firebug 1.10.2 with Firefox 14.0.1. When a web page is displayed, the Firebug add-in has this "behavior": Firebugs message "Aborted" after an Ajax request .

What should I do? Is it so dangerous that I have to improve my web application due to some bug, or is it a Firebug bug or something else?

+5
source share
2 answers

See the XHR open () documentation, for example, here: https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest

. ( open() openRequest() ) abort().

XHR , . , jQuery JS AJAX. .

+5

JavaScript HTTPS, HTTP. JavaScript Aborted FireBug. , .

0

All Articles