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?