No more refreshing your browser after upgrades!
This solves a long standing problem which we never managed to solve in Iguana 6. After every upgrade you would see odd things unless you remember to refresh your browser cache.
Well no longer. You can cross IguanaX off the list of web applications that you need to refresh once in a while to resolve odd glitches. We’ve solved the problem! How did we do it? Matt got so that we have a checksum which we can fetch from this API:
And compare with the checksum we have in our main javascript file:
And if the two checksums don’t match then we automatically refresh the code in the browser. Most customers won’t notice this but that is the beauty of it
Â