Reputation: 793
I came across a strange thing in Chrome dev tools. In the network tab where I see my requests, I can't scroll all the way down, and I can't see the last 2 or 3 requests. What I did for a temporary fix was to replay the XHR from another request so the list will populate. Here is the what I mean:
Has anyone faced the same problem before?
Upvotes: 7
Views: 6061
Reputation: 6844
I had the same issue and found this post on the google forums. Clicking into the developer tools and hitting "CTRL+0" resolved this problem for me.
Upvotes: 5