admin管理员组文章数量:1279150
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.
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.
2 Answers
Reset to default 6If 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.
For a quick overview of all JavaScript files
you can untick
✔ Group by folder
to list all files sorted by type, so the .js
filse are in one chunk, listed at or near the top, indicated by a yellow paper sheet icon. (The gray-icon’ed html file, listed above the scripts, usually contains JS code as well, particularly within the <head>
element.)
That option is in the More options menu (click ⋮ button) to the right of the sub-tabs, which start with Page
, within the Sources
tab.
本文标签: javascriptSee all loaded js files in Google Chrome debugger toolStack Overflow
版权声明:本文标题:javascript - See all loaded .js files in Google Chrome debugger tool - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741290411a2370516.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论