CSS and JS code coverage in Chrome DevTools
developers.google.com
CSS and JS code coverage in Chrome DevTools
1–10 of 130 posts
Re: CSS and JS code coverage in Chrome DevTools
#2Re: CSS and JS code coverage in Chrome DevTools
#3A single page solution for a site wide issue.
Re: CSS and JS code coverage in Chrome DevTools
#4Re: CSS and JS code coverage in Chrome DevTools
#5Re: CSS and JS code coverage in Chrome DevTools
#6Re: CSS and JS code coverage in Chrome DevTools
#7Chrome Dev tools, the first reason why I started using Chrome. I wonder if HN has any better alternatives to suggest? I'm curious to see what I could be missing on!
It may one day give Chrome a run for it's money.
Re: CSS and JS code coverage in Chrome DevTools
#8A single page solution for a site wide issue.
Re: CSS and JS code coverage in Chrome DevTools
#9A single page solution for a site wide issue.
Not that I don't appreciate the efforts that they put in to helping developers--and I'm sure this is for the single-page PWA crowd--but CSS and JS is far more complicated than looking at a single page (especially for big organisations).
That's the idea behind bundle splitting and whatnot. Don't send users code they don't need yet. Most of them are never going to get to the part of the page that does need that code.