Search code examples
google-chrome-devtools

What does the gear icon mean in front of the network resource in Chrome DevTool's network panel?


I am using Chrome Version 110.0.5481.77 (Official Build) (x86_64) on macOS 13.1

I found some network resources have gear-icons before them:

enter image description here

I try to zoom in and notice the icon is a gear-icon.

enter image description here

What does this mean?


Solution

  • ⚙ symbol means this request is made by a worker or a service worker (source code).