IndexedDB getAllRecords()
Limited availability
The getAllRecords() method of IDBObjectStore and IDBIndex return records and their primary keys from an IndexedDB store or index. The records can be read in batches and in reverse order. The getAllRecords() methods speed up read operations on large datasets.
Browser support
- Chrome 141 Released on 2025-09-30
- Chrome Android 141 Released on 2025-09-30
- Edge 141 Released on 2025-10-03
- Firefox Not supported Position: positive Bugs: 1927945
- Firefox for Android Not supported Position: positive
- Safari Not supported Position: support
- Safari on iOS Not supported Position: support
Need this feature?
Leave a 👍 on the feedback issue
Don't forget to also leave a comment explaining your specific use case.
MDN documentation
Specifications
Web Platform Tests (WPT)
View the latest WPT test results for this featureInterop
- Included in Interop 2026
View as JSON | Edit this feature | Report an issue | Web-features entry: source, dist