We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dad7d commit 7ba8830Copy full SHA for 7ba8830
readme.md
@@ -160,7 +160,7 @@ The same audits are run against from a Chrome extension. See [./extension](https
160
_Some incomplete notes_
161
162
#### Components
163
-* **Driver** - Interfaces with Chrome Debugging Protocol
+* **Driver** - Interfaces with [Chrome Debugging Protocol](https://developer.chrome.com/devtools/docs/debugger-protocol) ([API viewer](https://chromedevtools.github.io/debugger-protocol-viewer/))
164
* **Gathers** - Requesting data from the browser (and maybe post-processing)
165
* **Artifacts** - The output of gatherers
166
* **Audits** - Non-performance evaluations of capabilities and issues. Includes a raw value and score of that value.
0 commit comments