Skip to content Skip to sidebar Skip to footer
Showing posts with the label Indexeddb

Window.mozindexeddb Is Null In Firefox 15

I'm trying to run the 'Using IndexedDB' sample code on https://developer.mozilla.org/en… Read more Window.mozindexeddb Is Null In Firefox 15

Generating Uuids For Indexeddb Keys?

The W3C spec for IndexedDB defines a key generator as: A key generator generates a monotonically i… Read more Generating Uuids For Indexeddb Keys?

Do I Need To Refresh A Page To See If The Indexed Db Was Reset?

I started working with Indexed DB for HTML 5 but I am obtaining some strange results. The first one… Read more Do I Need To Refresh A Page To See If The Indexed Db Was Reset?

Indexeddb And Many-to-many Relationships

How are you all handling many-to-many relationships in IndexedDB? For example, say I have a Blog ob… Read more Indexeddb And Many-to-many Relationships

HTML5 How To Tell When IndexedDB Cursor Is At End

I am iterating thru an indexedDB data store, adding data to a JavaScript array. How can I tell whe… Read more HTML5 How To Tell When IndexedDB Cursor Is At End