I am writing a code to display a dynamic loader for a web page. I know the total download size of the webpage and hence if I can get the size downloaded for certain intervals I can display a dynamic loader with percentage.
Is there any way to find the size downloaded from dom in intervals using jquery. Thanks in Advance !