How can I see all .js
files which were downloaded while showing my web page? I am using Network for it, but over time it stops showing .js
files which were downloaded.
If you go to the sources tab in Chrome, you'll see the a list of domains. Search for your own domain, for example 'localhost'. If you open the map, you'll see all folders and files that are loaded into your current page.
Example:
You'll also see all other domains where you've used files (like JS, CSS, images, etc.) from.