Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add "IsXhr" Column to Chrome Dev Tools Network Console

Are there any extensions that offer the ability to have a new column, is XHR, in the Network section of the chrome dev tools? If not, are there any examples of extending chrome to show a new column with it's value deduced to display whether a request is initiated through XHR or not?

I know Chrome offers the ability to "log XMLHttpRequests" and to filter by "XHR." I'm looking for a column that displays whether the request is XHR; should be very simple, but haven't found a solution ...

note - this is a concern because I've enabled the "preserve log" option on the network tab in the chrome dev tools.

like image 201
culturalanomoly Avatar asked Dec 28 '25 16:12

culturalanomoly


1 Answers

There is a type column now that has the response type so document for the initial html request and also things like script, stylesheet, png jpeg... and it also has xhr for xhr requests.

enter image description here

You now can also add Response Headers and even create custom ones if the defaults are not sufficient (right-click somewhere on the column headings to reveal options).

enter image description here

like image 52
byoungb Avatar answered Dec 31 '25 17:12

byoungb



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!