views:

18

answers:

1

Is it possible to receive sorted results from an IndexedDB query? If not, what is the best way to go about sorting results?

A: 

Use a range on an index. Read more here:

http://www.w3.org/TR/IndexedDB/#widl-IDBObjectStore-openCursor

awt