Skip to content
Deni edited this page Oct 30, 2013 · 5 revisions

This is the IndexedDB example from http://www.html5rocks.com/en/tutorials/indexeddb/todo/, fixed to work on Firefox and with two new functionalities for viewing details data and updating values.

Here is a link to working demo: http://denimf.github.io/IndexedDbToDo/

Note: When debugging local files you cannot access indexed db in firefox, in order to work you'll need to host this file to you local IIS or Apache server.

Clone this wiki locally