Why IndexedDB is slow and what to use instead So you have a JavaScript web application that needs to store data at the client side, either to make it offline usable, just for caching purposes or for other reasons. For in-browser data storage, you have some options: Cookies are sent with each HTTP request, so you cannot store more than a few strings in them. WebSQL is deprecated because it never wa