Back to All

Offline Storage Vs Online Storage

So I have a manga watching site and have the functionality of saving the images in the indexedDB for offline visibility.

When I am online and click a button it stores data in indexedDB and also works perfectly fine but when I am offline the IndexedDB is empty.

Is the online Storage and Offline storage different?