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" vs IDBTransaction.READ_WRITE #12

Closed lyleunderwood closed 11 years ago

lyleunderwood commented 12 years ago

456042922b7717752f1e0fabafa5e8e9dd568378

It seems like there's currently wider browser support for using the IDBTransaction.READ_* constants than just using the strings. This was breaking in my chromium 18 (which I realize isn't the most common environment).

jobetudiant commented 12 years ago

@lyleunderwood We used to use the constants, but more recent implementations of Chrome were throwing a warning aout deprecation of these contstants... so we're probably not going back =/

lyleunderwood commented 12 years ago

I just brought it up because Chromium 18 is the version in the Ubuntu repo.

julien51 commented 11 years ago

Closing this because of inactivity.