Skip to content

Commit d95fc40

Browse files
committed
Add View Network Traffic For New Tabs as a chrome til
1 parent 1f0fc0e commit d95fc40

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
1010
For 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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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)

0 commit comments

Comments
 (0)