I'm requesting resources in the background script which are already loaded on the page the content script is running on, will the background script have access to the page cache?
in the background script:
await fetch(someUrlFromThePage)
I'm asking because I'm noticing requests are taking more time so I assume it doesn't. Any way to not load a cached resource again?
1.4m articles
1.4m replys
5 comments
57.0k users