Added features (#28508)

- Added Audits feature
This commit is contained in:
Sashweana
2019-02-25 00:01:03 +08:00
committed by Christopher McCormack
parent a3b74bb020
commit a495944a28

View File

@ -12,6 +12,7 @@ Chrome and Firefox Developer tools assist web developers in analyzing the HTML,
* **JavaScript Debugger:** View and modify JavaScript running on a page
* **Network Monitor:** See network requests made when pages are loaded
* **Performance Tools:** Analyze computer resources used by the site
* **Audits:** Identify and fix common problems that affect your site's performance, accessibility and user experience
### Accessing the development tools