Larry K
Larry K

Reputation: 49114

Chrome debugger doesn't show Fetch requests

I don't see my Fetch AJAX data requests in the Chrome debugger? Where are they?

Upvotes: 15

Views: 8994

Answers (2)

Ryan Z
Ryan Z

Reputation: 70

Looks like there's an issue created with chromium. You can find the requests in the all tab or Other

Upvotes: 0

Larry K
Larry K

Reputation: 49114

To see your Fetch Ajax requests in the Chrome Debugger, select the Other option in the Network tab:

Choosing the "Other" option in the Network tab

Upvotes: 20

Related Questions