Today I was inspecting the network of a website, and I saw a gear icon besides a network call:
I googled around and couldn't find anything. What does it mean?
Today I was inspecting the network of a website, and I saw a gear icon besides a network call:
I googled around and couldn't find anything. What does it mean?
The Gear icon in the requests in means the request came from service worker. it generally fetches the same assets for offline cache.
You can refer to this Service worker docs which says
The gear icon signifies that these requests came from the Service Worker itself. Specifically, these are the requests being made by the Service Worker's install handler to populate the offline cache.