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

How To Create Multiple Object Stores In Indexeddb

I don't know if I'm right or wrong. But as I know I can't create a version change trans… Read more How To Create Multiple Object Stores In Indexeddb

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

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

Indexeddb Doesn't Reset Version When You Delete A Database On Chrome -- Bug Or User Error?

The following code throws an error in Chrome 35 (but not Firefox 29) if I set buggy to true. Since … Read more Indexeddb Doesn't Reset Version When You Delete A Database On Chrome -- Bug Or User Error?

Unexpected Behavior Sorting By Number/date In Indexeddb

For my databse i've created an index called time on created_at: var os = thisDB.createObjectSto… Read more Unexpected Behavior Sorting By Number/date In Indexeddb

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?