superfeedr / indexeddb-backbonejs-adapter

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

User configurable logging and READ_WRITE const updates #8

Closed mariusk closed 12 years ago

mariusk commented 12 years ago

The default logging and constants generate quite a lot of debug output in Chrome, so I made the logging optional (on by default, can be turned off). I also updated the transaction constants to use strings as seems to be the direction modern browsers are heading.