IndexedDB getAllRecords()
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.
Status
Limited availability
MDN documentation
No MDN documentation found. You can search for the feature on MDN. If you believe that MDN has no documentation about this feature, you can open an issue on MDN's GitHub repository.Specifications
Browser support
- Chrome 141 Released on 2025-09-30
- Chrome Android 141 Released on 2025-09-30
- Edge ❌
- Firefox ❌
- Firefox for Android ❌
- Safari ❌
- Safari on iOS ❌
View as JSON | Edit this feature | Report an issue | Web-features entry: source, dist