File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
1010For a steady stream of TILs from a variety of rocketeers, checkout
1111[ til.hashrocket.com] ( https://til.hashrocket.com/ ) .
1212
13- _ 836 TILs and counting..._
13+ _ 837 TILs and counting..._
1414
1515---
1616
@@ -64,6 +64,7 @@ _836 TILs and counting..._
6464- [ Simulating Various Connection Speeds] ( chrome/simulating-various-connection-speeds.md )
6565- [ Toggle Device Mode] ( chrome/toggle-device-mode.md )
6666- [ Toggle Open The Console Drawer] ( chrome/toggle-open-the-console-drawer.md )
67+ - [ View Network Traffic For New Tabs] ( chrome/view-network-traffic-for-new-tabs.md )
6768
6869### Clojure
6970
Original file line number Diff line number Diff line change 1+ # View Network Traffic For New Tabs
2+
3+ Generally when you open a new tab and pop open the Network panel in the chrome
4+ devtools, you won't immediately see any traffic. This is because the initial
5+ network requests to load the site happened before you accessed the Network
6+ panel.
7+
8+ If you'd like to view the Network traffic immediately without having to refresh
9+ the new tab, you'll have to make the devtools panel open automatically with new
10+ tabs.
11+
12+ 1 . Click the _ triple dot_ icon from the top of the devtools panel
13+ 2 . Click 'Settings'
14+ 3 . Find the 'DevTools' section
15+ 4 . Check the box for 'Auto-open DevTools for popups'
16+
17+ Now, whenever you open a new tab, Chrome devtools will be open and the initial
18+ network traffic will be recorded.
19+
20+ [ source] ( https://stackoverflow.com/questions/16210468/chrome-dev-tools-how-to-trace-network-for-a-link-that-opens-a-new-tab )
You can’t perform that action at this time.
0 commit comments