Google Chrome’s DevTools are the Swiss army knife of web developers. With version 59 of Google Chrome the toolset has received some very interesting new features.
The DevTools can now…
- show which parts of any JS or CSS code are never used
- take full-page screenshots of entire pages beyond the browser window limits
- block individual requests during page load to analyze how your page shows up if resources cannot be loaded
- ignore async await to avoid interrupts during debugging
All the details and explanations can be found in this Google blog posting.