Replies: 1 comment 1 reply
-
I think caching could be unsafe, since most of thee calls are either not repeated (in which case caching doesn't help) or the results are expected to vary over time (e.g. What calls would you expect to benefit from caching enabled? (moving to the "Ideas" section in discussions) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Currently, according to this, it seems like client-side caching will never be used:
ethers.js/packages/web/src.ts/browser-geturl.ts
Line 18 in ce8f1e4
It would be good to have a way to set the cache header to be able to take advantage of caching. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions