treo icon indicating copy to clipboard operation
treo copied to clipboard

Consistent API to IndexedDB

Results 14 treo issues
Sort by recently updated
recently updated
newest added

Calling database.drop() in Safari 8.0.7 fails

Currently (as I understand it), Treo opens a transaction for each atomic operation—`get`, `put` etc.—allowing for the possibility of data changes between read and write: ``` javascript var facts =...

feature

Not sure if it's added in the features to add in the new release, but would be a nice to have as well!

feature

If I got time will try to do it my own in a PR for treo, but would be nice to support descending order using opts.direction: ``` javascript Store.prototype.cursor =...

feature