I want to made offline first web application.
If a network is not available then data and css files should be load from indexedDB.
I may be wrong or this requirement look like weird but want to know that is it possible or not?
I don't want to go with service worker and app cache options. Thanks in advance.