https://github.com/zamboney/devtool-tip
Chrome Developer Tool https://www.meetup.com/FrontEnd-IL/events/251403180/
https://github.com/zamboney/devtool-tip
chrome devtools
Last synced: 8 months ago
JSON representation
Chrome Developer Tool https://www.meetup.com/FrontEnd-IL/events/251403180/
- Host: GitHub
- URL: https://github.com/zamboney/devtool-tip
- Owner: zamboney
- Created: 2018-07-05T08:37:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T13:34:13.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T06:29:20.140Z (over 1 year ago)
- Topics: chrome, devtools
- Language: HTML
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEVTOOL TIP
## Environment
### chrome canary
Google Chrome Canary has the newest of the new Chrome features.
Be forewarned: it's designed for developers and early adopters, and can sometimes break down completely.
[download](https://www.google.com/chrome/browser/canary.html)
### set up chrome (canary) flags
1. open chrome flags tab (chrome://flags/#enable-devtools-experiments)
2. set flag to enabled
3. reset chrome (canary)
## Network
* overwrite network request
* search network request
## Console
* Eager Evaluation
* Argument hints
* Function autocompletion
* ES7 (await)
## Snippets
* Create a snippets
* Use snippets from prompt
## More Tools
* Changes
* Coverage
* Performance monitor
* Protocol monitor