superfeedr / indexeddb-backbonejs-adapter

An indexedDB adapter for Backbonejs
http://blog.superfeedr.com/indexeddb-backbonejs-adapter/
MIT License
248 stars 61 forks source link

'readwrite' transaction mode support for older browsers #18

Closed edulan closed 11 years ago

edulan commented 12 years ago

On Chrome 18.0.1025.162 I was getting this error when saving to the database:

READ_ONLY_ERR: DOM IDBDatabase Exception 9

I found this fix in MDN that solves the issue.