Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-cache json docs on request #9899

Merged
merged 1 commit into from
Mar 1, 2024
Merged

re-cache json docs on request #9899

merged 1 commit into from
Mar 1, 2024

Conversation

eanders-ms
Copy link
Collaborator

I was getting old versions of validator-plans and catalog.json. Turns out they're getting cached by the browser. Specifying no-cache on the fetch request so that the files, if cached, will still work offline, but the cache will be refreshed after each new request.

@eanders-ms eanders-ms requested review from srietkerk and thsparks March 1, 2024 17:56
@eanders-ms
Copy link
Collaborator Author

@eanders-ms
Copy link
Collaborator Author

Note to future self: We will need to add this flag to the fetch of persistent share metadata.

@eanders-ms eanders-ms merged commit 6aa01e3 into master Mar 1, 2024
7 checks passed
@eanders-ms eanders-ms deleted the eanders-ms/tt-no-cache branch March 1, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants