Skip to content

Commit

Permalink
Add CDP tool for CSS coverage & JS Heap snapshot (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowchimp authored and paulirish committed Feb 21, 2018
1 parent 57e191a commit b3c2741
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
@@ -1,4 +1,4 @@
# Awesome chrome-devtools [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
# Awesome chrome-devtools [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

> Awesome tooling and resources in the Chrome DevTools ecosystem
Expand Down Expand Up @@ -71,6 +71,7 @@
- [automated-chrome-profiling](https://github.com/paulirish/automated-chrome-profiling#readme) - Node.js recipes for automating JavaScript profiling in Chrome.
- [chrome-devtools-frontend](https://www.npmjs.com/package/chrome-devtools-frontend) - Mirror of the frontend that ships in Chrome.
- [chrome-timeline-model](https://www.npmjs.com/package/devtools-timeline-model) - Uses frontend as lib to process profiling data.
- [headless-devtools](https://github.com/cowchimp/headless-devtools) - Perform various DevTools actions from code (e.g. get CSS Coverage, JS Heap snapshot). Uses Puppeteer + frontend as lib.
- [crconsole](https://github.com/sidorares/crconsole) - Terminal based chrome console and debugger.

#### Browser Adapters
Expand Down

0 comments on commit b3c2741

Please sign in to comment.