I enabled offline support in my project, it works great, but i find the loading progress bar does not response at all when loading resources from IndexedDB, so i try to console.log() the event, but nothing happen.
So, how could we monitor loading progress when loading from IndexedDB?
But in my opinion, progress bar is part of UI facing to viewers, the average people, they don’t know what is offline support nor IndexedDB, they just want to know if the resources are loading and when will be finished. And about “it’s already there”, videos games are already there in SSD, but games also have a loading UI.