using the cacheControl mechanism to the runtime js/wasm #468
Unanswered
liam-bilich
asked this question in
Question and Answer
Replies: 1 comment 4 replies
-
Hi! Thanks for your question. Correct me if I'm wrong, but it looks like you're looking for the Custom Cache Control API. I've added support for this feature in last week's release. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
We need to cache the big files of the runtime:
We are storing the files on CloudFront, with all recommended headers,
but chrome refuses to cache those files (summed as 110mb)
It would be very benficial to be able to utilize the cacheControl
for loading these assets as well, and decide wether to get them from the
browser cache or invalidate them and download again.
ps. other browsers do cache those files normally (such as safari)
but chrome refuses, as such we want a consistent experiece
for cache control, from the get-go.
Is this possible currently?
Beta Was this translation helpful? Give feedback.
All reactions