You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IndexedDbGetAllEntries/explainer.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@
9
9
-https://github.com/w3c/IndexedDB/issues/206
10
10
-https://github.com/w3c/IndexedDB/issues/130
11
11
12
+
## Status of this Document
13
+
This document was a starting point for engaging the community and standards bodies in developing collaborative solutions fit for standardization. As the solutions to problems described in this document progress along the standards-track, we will retain this document as an archive and use this section to keep the community up-to-date with the most current standards venue and content location of future work and discussions.
14
+
15
+
* This document status: **Archived**
16
+
* Venue: [W3C Web Applications Working Group](https://www.w3.org/groups/wg/webapps/)
17
+
* Spec: [Indexed Database API 3.0](https://w3c.github.io/IndexedDB/#dom-idbobjectstore-getallrecords)
18
+
12
19
## Introduction
13
20
14
21
[`IndexedDB`](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) is a transactional database for client-side storage. Each record in the database contains a key-value pair. [`getAll()`](https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getAll) enumerates database record values sorted by key in ascending order. [`getAllKeys()`](https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getAllKeys) enumerates database record primary keys sorted by key in ascending order.
@@ -170,7 +169,7 @@ standards communities. Thanks for your continued interest!
170
169
|[AudioContext Interrupted State](https://webaudio.github.io/web-audio-api/#dom-audiocontextstate-interrupted)|[W3C Audio Working Group](https://www.w3.org/groups/wg/audio/)|[2025-04-22](AudioContextInterruptedState/explainer.md)|
171
170
|[WebModelContext](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/WebModelContext/explainer.md)|[W3C Web Machine Learning Working Group](https://www.w3.org/groups/wg/webmachinelearning/)|[2025-08-06](WebModelContext/explainer.md)|
172
171
|[Iframe Media Pausing](https://github.com/WICG/iframe-media-pausing)|[Web Incubator Community Group](https://wicg.io/)|[2025-10-09](https://github.com/WICG/iframe-media-pausing/blob/main/explainer.md)|
173
-
172
+
| [IndexedDB getAllRecords()](https://w3c.github.io/IndexedDB/#dom-idbobjectstore-getallrecords) | [W3C Web Applications Working Group](https://www.w3.org/groups/wg/webapps/) | [2025-08-06](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/IndexedDbGetAllEntries/explainer.md)
0 commit comments