@@ -3202,7 +3202,7 @@ The <dfn method for=IDBObjectStore>getAll(|query|, |count|)</dfn> method steps a
32023202
32033203<aside class=note>
32043204The |query| parameter can be a [=/key=] or [=/key range=] (an {{IDBKeyRange}} )
3205- identifying the [=object-store/records=] to be retrieved. If null or not given,
3205+ identifying the [=object-store/record=] values to be retrieved. If null or not given,
32063206an [=unbounded key range=] is used. If |count| is specified and
32073207there are more than |count| records in range, only the first |count|
32083208will be retrieved.
@@ -3870,7 +3870,7 @@ The <dfn method for=IDBIndex>getAll(|query|, |count|)</dfn> method steps are:
38703870
38713871<aside class=note>
38723872The |query| parameter can be a [=/key=] or [=/key range=] (an {{IDBKeyRange}} )
3873- identifying the [=object-store/records=] to be retrieved. If null or not given,
3873+ identifying the [=object-store/record=] keys to be retrieved. If null or not given,
38743874an [=unbounded key range=] is used. If |count| is specified and
38753875there are more than |count| records in range, only the first |count|
38763876will be retrieved.
@@ -5151,7 +5151,7 @@ To <dfn>commit a transaction</dfn> with the |transaction| to commit, run these s
51515151 <aside class=note>
51525152 Even if an exception is thrown from one of the event handlers of
51535153 this event, the transaction is still committed since writing the
5154- database changes happens before the event takes places . Only
5154+ database changes happens before the event takes place . Only
51555155 after the transaction has been successfully written is the
51565156 {{IDBTransaction/complete!!event}} event fired.
51575157 </aside>
0 commit comments