Force browser to clear the cache after wasm file updated
Unsolved
Qt for WebAssembly
-
Hi,
Isn't that a task that your browser is responsible for ?
-
@SGaist I can manually clear the cache, do we have a way to tell the browser "you need to clear the cache about this site"?This could give better users experiences
@tham your browser has a variety of option for you to do so.
For chrome you could do one of the following:
- CTRL-Shift-R
- Use incognito mode
- Use the dev settings to disable it-
- Use Chrome profiles to create a profile with all caching disabled
I don't know if there's a command or something the server could send to your browser to force a complete reload.