GM_getResourceText Caching files? #2451
Closed
cyber-sec0
started this conversation in
General
Replies: 1 comment
-
|
Please see #1310 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The docs don't say anything about whether the resources are cached or not, but I suppose that all it does is fetch the request.
Does TM or the browser cache the resource?
I often update one of my resources, but it's very boring to test new updates, since they take a long time to refresh in the "cached" version.
I also don't want to use TM to fetch or JS fetch the resource, because I think that may cause CSP issues on some websites, and also that would be more than a single line of code like GM_getResourceText is.
Beta Was this translation helpful? Give feedback.
All reactions