Offline Mode

Current Browser Support

The application cache feature of HTML5 makes it easy to add an "offline mode" to your web application. To demonstrate, we have created a simple shopping list application which can be loaded and used even without an internet connection. It also stores the items in the list between visits without cookies by using web storage.

Shopping List Application