I want to check the active Ajax requests from a site which is not using jQuery so How can I write the equivalent of jQuery.active
?
I want to check if the ajax requests finished after visiting the page.
i.e. I found window.XMLHttpRequest
class but not sure how to use it. Any help appreciated.