I want to make my web application available even if network is not preset or when user is offline.
I searched about this and find two solution: 1) use Application cache 2) use Service worker
As service worker is in developing state and not supported by all browser so can not find this is a feasible according to my requirements.
On the other hand, application cache is about to deprecated(MDN site) from most of browser(still supporting in many browsers), I can not go with this solution too.
Please give some suggestion or correct me if I am wrong on above points.
Thanks in advance.