You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you see anything wrong with this approach? Else, do you think this could/should be added in the iterate() method here? Or simply mentioned in the README?
Is your feature request related to a problem? Please describe.
Iterating with a cursor over a lot of documents is quite slow and can be made faster with
store.getAll(query, count)
(but only in ascending order):Do you see anything wrong with this approach? Else, do you think this could/should be added in the
iterate()
method here? Or simply mentioned in the README?Thanks in advance!
Related: w3c/IndexedDB#130
The text was updated successfully, but these errors were encountered: