Live data from Hacker News

CSS and JS code coverage in Chrome DevTools

developers.google.com

1–10 of 130 posts

Re: CSS and JS code coverage in Chrome DevTools

#3
post #2

A 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).

Re: CSS and JS code coverage in Chrome DevTools

#7

Chrome 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's not up to par with Chrome Dev Tools, but something to keep an eye on is https://github.com/devtools-html/debugger.html (a project run by Mozilla). This has the benefits of being open source and very accessible to developers (because of the technologies & being on GitHub).

It may one day give Chrome a run for it's money.

Re: CSS and JS code coverage in Chrome DevTools

#9
post #3
post #2

A 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).

If it's not for this page, then why are you loading it? Load it when the user goes to that other page.

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.

Post reply on HN