Re: [w3c/IndexedDB] Add getAllRecords() method and update getAll()/getAllKeys() to support direction option (PR #461)

@stelar7 commented on this pull request.



>  
 1. If |count| is not given or is 0 (zero), let |count| be infinity.
 
-1. Let |records| be a list containing the first |count| [=object-store/records=]
-    in |store|'s [=object-store/list of records=] whose [=/key=] is
-    [=in=] |range|.
+1. Let |records| be a an empty [=/list=] of [=object-store/records=].

nit: a an?

>  
 1. If |count| is not given or is 0 (zero), let |count| be infinity.
 
-1. Let |records| be a list containing the first |count| [=index/records=] in
-    |index|'s [=index/list of records=] whose [=index/key=] is [=in=] |range|.
+1. Let |records| be a an empty [=/list=] of [=object-store/records=].

nit: a an?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/461#pullrequestreview-3004245230
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/IndexedDB/pull/461/review/3004245230@github.com>

Received on Thursday, 10 July 2025 07:01:28 UTC