etenlab / docs

Documentation over all projects in the ETEN Innovation Lab repos
MIT License
1 stars 0 forks source link

find a solution to ensure old clients don't freeze when code changes #305

Open michaelmarshall opened 1 year ago

michaelmarshall commented 1 year ago

Sometime when we update the code/localStorage/whatever a browser's data/cache/whatever has to be deleted and reloaded. Figure out a way to make this process invisible to the user. It could be as simple as storing a version number and incrementing that whenever a reset needs to happen.