Can web requests that sending in background script use the cache that set by web pages?

Lets say a web page loaded an image that includes a response header Cache-Control: public, max-age=3600, the image is cached.

Then, an add-on (Manifest V3) send a fetch request to the same image in background script. Can this fetch request utilize the cached image?

1 Like

This post was flagged by the community and is temporarily hidden.