Is there a way to find currently active http connections in a page? For example, a video that is currently being played (either html5 video or flash), large objects or even websocket connections?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In this StackOverflow question, you will see that google chrome does not support to access its download page.
But I found this firefox API that supports to access its download manager window. There you will see methods like, getAllDownloads() and getDownloadState(). You can call these methods using Javascript and get the job done.
Is it clear enough?