disabling caching
so, I've been playing a multiplayer game about placing pixels on a canvas for a while. recently, the website owner changed the security framework to stay safe against angry hackers (long story) however, the changes we make on the canvas now are reverted when we refresh, and the website owner says it's because the browser caches the whole canvas. how can i disable caching to avoid this?
so, I've been playing a multiplayer game about placing pixels on a canvas for a while. recently, the website owner changed the security framework to stay safe against angry hackers (long story) however, the changes we make on the canvas now are reverted when we refresh, and the website owner says it's because the browser caches the whole canvas. how can i disable caching to avoid this?
Tất cả các câu trả lời (1)
You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
- hold down the Shift key and left-click the Reload button
- press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
- press "Command + Shift + R" (Mac)