DMXzone Summer Sale: Save up to 51% with code DMXSUMMER26. Ends in

Real-World Off-Line Data Storage

All options and a few code snippets with example usage

In many projects there comes a time when you’ll need to store some data off-line. It may be a requirement or just an improvement for your users, but you have to decide which of the available storage options you will use in your application. This article will help you choose the best one, for your app.

 

HTML5 introduced a few off-line storage options. AppCache, localStorage, sessionStorage and IndexedDB. Every one of them is suitable for a specific use. For example, AppCache can boost your application or let some parts of it work without an Internet connection. Below, Maciej Sopylo will describe all of these options and show a few code snippets with example usage.

Comments

Be the first to write a comment

You must me logged in to write a comment.