Is there a way to determine the amount of bytes downloaded by the browser on an HTML+JS+CSS page with a set size during page load?
I am looking for this information in order to display a meaningful progress bar to the user, where the progress advances based on the number of bytes being downloaded. Thanks!