This is an example page for the post Using IndexedDB on Firefox. Note: This requires Firefox 4.

This page uses an ObjectStore wrapper that provides convenience methods for store opening/creation and data manipulations, so that you don't have to deal with transactions and requests. You can find it here.

So, this page will only call methods within the wrapper; view the source of this page to see how it interacts with the wrapper. To see the real interaction with the IndexedDB, read the source of the wrapper.


Open the console and click 'Open DB'. You will then see a bunch of buttons that allow data manipulation. Click them, and check the console for results.