javascripthtmlweb-sqlofflineappsapp-offline.htm

How to get along with HTML5 offline apps when the WebSQL is deprecated?


Since the WebSQL has lost all the support and the development being stopped, how are people able to implement Offline Storage in web apps using HTML5. I know Google Chrome and Safari are still having it as a part of the browser but I guess soon it will be lost. So which are the technologies that are replacing it and what are the different things that need to be implemented to have an offline app rather than using webSQL?


Solution

  • Chrome, Firefox and IE10 now also support IndexedDB, a replacement for WebSQL.