Skip to content

Commit

Permalink
README changes for idb demo
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Nov 19, 2024
1 parent c054bf2 commit 5a36006
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ last sync'd April 16, 2024
| Selectlist demos | Demo page showing how the Open UI's `<selectlist>` element can be used. | [/selectlist/](https://github.com/MicrosoftEdge/Demos/tree/main/selectlist) | [Open UI's \<selectlist\> demos](https://microsoftedge.github.io/Demos/selectlist/) |
| EditContext API demo | Demo page showing how the EditContext API can be used to build an advanced text editor. | [/edit-context/](https://github.com/MicrosoftEdge/Demos/tree/main/edit-context) | [HTML editor demo](https://microsoftedge.github.io/Demos/edit-context/) |
| SVG support in the Async Clipboard API | Demo page showing how the Async Clipboard API supports SVG format. | [/svg-clipboard/](https://github.com/MicrosoftEdge/Demos/tree/main/svg-clipboard) | [SVG clipbard support demo](https://microsoftedge.github.io/Demos/svg-clipboard/) |
| IndexedDB: getAllRecords() | Demo page showing how the newly proposed `getAllRecords` IndexedDB method differs from `getAll` and `getAllKeys`. | [/idb-getallrecords/](https://github.com/MicrosoftEdge/Demos/tree/main/idb-getallrecords) | [IndexedDB: getAllRecords()](https://microsoftedge.github.io/Demos/idb-getallrecords/) |
| IndexedDB: getAllRecords() | Demo page showing the benefits of the newly proposed `getAllRecords()` IndexedDB method to more conveniently and quickly read IDB records. | [/idb-getallrecords/](https://github.com/MicrosoftEdge/Demos/tree/main/idb-getallrecords) | [IndexedDB: getAllRecords()](https://microsoftedge.github.io/Demos/idb-getallrecords/) |


## Adding a new demo
Expand Down
7 changes: 7 additions & 0 deletions idb-getallrecords/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# IndexedDB: getAllRecords()

➡️ **[Open the demo](https://microsoftedge.github.io/Demos/idb-getallrecords/)** ⬅️

This webpage demonstrates the benefits of the proposed `getAllRecords()` IndexedDB method, which makes it possible to retrieve multiple records' primary keys and values at once, minimizing the number of IDB read operations, and allowing to read in batches, in both directions.

Read the full [explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/IndexedDbGetAllEntries/explainer.md).

0 comments on commit 5a36006

Please sign in to comment.