What is the difference between “Resources” and “Application” in Chrome DevTools?

陌路散爱 提交于 2019-12-25 09:05:13

问题


I was looking for the Resources tab in Chrome Developer Tools and couldn't find it until I saw there is a new tab that I didn't recognize named Application, it looks like it is containing all the things that were in the old Resourcestab but not colorful as before(now it's all gray).

What is the difference?
Why have they done this?
Why it's gray and not colorful?


回答1:


Chrome have introduced new features as well as keeping all the previous ones from the Resources panel. The new features revolve around Progressive Web Apps, i.e. use of Service Workers. You can read Debug Progressive Web Apps for details on this. Some really useful stuff.




回答2:


The Resources panel has been renamed to the Application panel. All of the features from the Resources panel are still available in the Application panel. See here



来源:https://stackoverflow.com/questions/38889921/what-is-the-difference-between-resources-and-application-in-chrome-devtools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!