Skip to content

getAllRecords() feature #3281

@captainbrosset

Description

@captainbrosset

Specification

https://w3c.github.io/IndexedDB/#dom-idbobjectstore-getallrecords

Description

See:

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

No one assigned

    Labels

    feature definitionCreating or defining new features or groups of features.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions