Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I filter out gear-icon XHR requests in DevTools?

Is there negative filtering pattern to hide this type of requests? I don't mean by domain - in case they would be sent to multiple domains, I would like to filter them all in one go.

enter image description here

like image 295
user776686 Avatar asked Dec 27 '25 15:12

user776686


1 Answers

That's probably a request from a service worker or web worker.

In Chrome 74 DevTools introduced the is:service-worker-initiated and is:service-worker-intercepted filters. If you add the negative filters to those, e.g. -is:service-worker-initiated -is:service-worker-intercepted that may hide all of the service worker requests.

If the requests are coming from a web worker I'm not sure if there's any way to filter them out.

like image 104
Kayce Basques Avatar answered Dec 31 '25 18:12

Kayce Basques



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!