Skip to content Skip to sidebar Skip to footer
Showing posts with the label Browser Cache

How To Load Website Offline From Base Url Using Service Workers And Cache Api?

When you visit this web site https://bugs.stringmanolo.ga/index.html, while navigating around the m… Read more How To Load Website Offline From Base Url Using Service Workers And Cache Api?

Break Image Caching In Browser

No code, because this is mostly conceptual: So I've got a folder of images named thusly: 1.jpg … Read more Break Image Caching In Browser

How To Check If An Image Was Cached In Js?

when I joined an interview , I was asked the question, I didn't know how to answer it . do you … Read more How To Check If An Image Was Cached In Js?

Is $window.location.reload(true) The Equivalent Of Ctrl+f5?

I am attempting to build a 'version updated' component that will show a banner when the web… Read more Is $window.location.reload(true) The Equivalent Of Ctrl+f5?

Strange Behavior With Multiple Ajax Requests To The Same Url

I constructed a strange situation in a CherryPy server, and I'd like some help understanding ex… Read more Strange Behavior With Multiple Ajax Requests To The Same Url

Keep Changes On DOM When Pressing Back/forward Buttons

I have already seen similar questions like: Ajax, back button and DOM updates, and in fact, what I … Read more Keep Changes On DOM When Pressing Back/forward Buttons