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
2010-10-23 10:18:14