See all loaded .js files in Google Chrome debugger tool

user7474176 picture user7474176 · Apr 7, 2017 · Viewed 8.4k times · Source

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.

Answer

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:

enter image description here

You'll also see all other domains where you've used files (like JS, CSS, images, etc.) from.