I am building a FireFox extension which will display a popup over a
web page when the web page makes an AJAX request (POST).
I have tried the various methods in ProgressListener but those are
invoked only when the browser URL is changed, not when the page makes
Asynchronous requests.
Is there a way to achieve this through some other listener?
-GJ