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

Investigate cause of service worker cache applying in developer mode. #35

Open
jonasKjellerup opened this issue Nov 6, 2022 · 0 comments
Labels
a-core Area: core-functionality c-bug Category: bug p-medium Priority: medium

Comments

@jonasKjellerup
Copy link
Collaborator

jonasKjellerup commented Nov 6, 2022

The disable_worker flag that is set when running in development mode, should disable service workers entirely. Despite this the cache somehow manages to trigger anyways.

Edit: I've noticed that using ^R to force reload the page will cause it to temporarily not use cache. It will however revert to old cache on next normal reload (meaning that it does not cache anything from the force reload - which is odd).

@jonasKjellerup jonasKjellerup added c-bug Category: bug a-core Area: core-functionality p-medium Priority: medium labels Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-core Area: core-functionality c-bug Category: bug p-medium Priority: medium
Projects
None yet
Development

No branches or pull requests

1 participant