#349·idb

Add support for `getAllRecords` and `direction` option to `getAll`/`getAllKeys`

Author: ghazi-gitCreated Sep 22, 2025Updated Sep 23, 2025

I just wanted to check if there are any plans in the short term to add support for getAllRecords and the direction option to getAll/getAllKeys. For detailed info about the feature, check out this blog post. Also, adding support for the direction option should satisfy this prior feature request https://github.com/jakearchibald/idb/issues/344

These new additions will be available in edge and chrome 141 (to be released start of next month). Firefox has not yet added support but has a positive position regarding the proposal. Safari supports the proposal as well.

Thank you for all the work on the package, working with promises is really neat!!