-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Labels
feature definitionCreating or defining new features or groups of features.Creating or defining new features or groups of features.
Description
Specification
https://w3c.github.io/IndexedDB/#dom-idbobjectstore-getallrecords
Description
See:
- https://patrickbrosset.com/articles/2024-11-19-even-faster-indexeddb-reads-with-getallrecords/
- https://chromestatus.com/feature/5124331450138624
getAllRecords()
is shipping in Chromium starting with 141. We should add a feature for it as it's kind of an important change to the way devs read records from IndexedDB.
The method can make it both more ergonomic, and faster, to read large amounts of data from IDB.
Documentation
https://patrickbrosset.com/articles/2024-11-19-even-faster-indexeddb-reads-with-getallrecords/
https://microsoftedge.github.io/Demos/idb-getallrecords/
Browser support
Chromium, starting with 141.
Metadata
Metadata
Assignees
Labels
feature definitionCreating or defining new features or groups of features.Creating or defining new features or groups of features.