Closed
Bug 1197896
Opened 10 years ago
Closed 10 years ago
[Feature request] Filter by XHR net requests
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: peterbe, Unassigned)
Details
99 cases out of a 100, if I have the "Net" tab open under "Console" it's because I'm interested in some XHR request. I very rarely care about the download of some /my/site.css
It would be great to filter out all non-XHR requests. I don't want to use the filter search because there's no easy thing I can type to get all XHR requests (sometimes there is, like "/api") and it'd hide important console.log statements.
Comment 1•10 years ago
|
||
If you check the XHR option and uncheck the Log option, don't you get what you want?
| Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Panos Astithas [:past] from comment #1)
> If you check the XHR option and uncheck the Log option, don't you get what
> you want?
"XHR option"? Which is that? Is that a Nightly only?
Under Console I see: Net, CSS, JS, Security, Logging, Clear.
Comment 3•10 years ago
|
||
"XHR" and "Log" appear in the drop down you get from the arrow next to "Net".
| Reporter | ||
Comment 4•10 years ago
|
||
I had no idea! That's cool. A bit hidden, but cool :)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•