@@ -3072,8 +3072,8 @@ invoked, must run these steps:
3072
3072
3073
3073
</div>
3074
3074
3075
- The |query| parameter may be a [=/key=] or an
3076
- {{IDBKeyRange}} identifying the [=object-store/records=] keys to be
3075
+ The |query| parameter may be a [=/key=] or [=key range=] (an {{IDBKeyRange}} )
3076
+ identifying the [=object-store/records=] keys to be
3077
3077
deleted.
3078
3078
3079
3079
<aside class=note>
@@ -3193,8 +3193,8 @@ invoked, must run these steps:
3193
3193
3194
3194
</div>
3195
3195
3196
- The |query| parameter may be a [=/key=] or an
3197
- {{IDBKeyRange}} identifying the [=object-store/record=] to be retrieved. If a
3196
+ The |query| parameter may be a [=/key=] or [=key range=] (an {{IDBKeyRange}} )
3197
+ identifying the [=object-store/record=] to be retrieved. If a
3198
3198
range is specified, the method retrieves the first existing value in
3199
3199
that range.
3200
3200
@@ -3238,8 +3238,8 @@ invoked, must run these steps:
3238
3238
3239
3239
</div>
3240
3240
3241
- The |query| parameter may be a [=/key=] or an
3242
- {{IDBKeyRange}} identifying the [=object-store/record=] key to be
3241
+ The |query| parameter may be a [=/key=] or [=key range=] (an {{IDBKeyRange}} )
3242
+ identifying the [=object-store/record=] key to be
3243
3243
retrieved. If a range is specified, the method retrieves
3244
3244
the first existing key in that range.
3245
3245
@@ -3274,7 +3274,7 @@ method, when invoked, must run these steps:
3274
3274
3275
3275
</div>
3276
3276
3277
- The |query| parameter may be a [=/key=] or an {{IDBKeyRange}}
3277
+ The |query| parameter may be a [=/key=] or [=key range=] ( an {{IDBKeyRange}} )
3278
3278
identifying the [=object-store/records=] to be retrieved. If null or not given,
3279
3279
an [=unbounded key range=] is used. If |count| is specified and
3280
3280
there are more than |count| records in range, only the first |count|
@@ -3310,7 +3310,7 @@ method, when invoked, must run these steps:
3310
3310
3311
3311
</div>
3312
3312
3313
- The |query| parameter may be a [=/key=] or an {{IDBKeyRange}}
3313
+ The |query| parameter may be a [=/key=] or [=key range=] ( an {{IDBKeyRange}} )
3314
3314
identifying the [=object-store/records=] keys to be retrieved. If null or not
3315
3315
given, an [=unbounded key range=] is used. If |count| is specified
3316
3316
and there are more than |count| keys in range, only the first |count|
@@ -3346,7 +3346,7 @@ invoked, must run these steps:
3346
3346
3347
3347
</div>
3348
3348
3349
- The |query| parameter may be a [=/key=] or an {{IDBKeyRange}}
3349
+ The |query| parameter may be a [=/key=] or [=key range=] ( an {{IDBKeyRange}} )
3350
3350
identifying the [=object-store/records=] keys to be counted. If null or not
3351
3351
given, an [=unbounded key range=] is used.
3352
3352
@@ -3424,8 +3424,8 @@ The <dfn method for=IDBObjectStore>openCursor(|query|,
3424
3424
3425
3425
</div>
3426
3426
3427
- The |query| parameter may be a [=/key=] or an
3428
- {{IDBKeyRange}} to use as the [=cursor=] 's [=cursor/range=] .
3427
+ The |query| parameter may be a [=/key=] or [=key range=] (an {{IDBKeyRange}} )
3428
+ to use as the [=cursor=] 's [=cursor/range=] .
3429
3429
If null or not given, an [=unbounded key range=] is used.
3430
3430
3431
3431
@@ -3472,8 +3472,8 @@ The <dfn method for=IDBObjectStore>openKeyCursor(|query|,
3472
3472
3473
3473
</div>
3474
3474
3475
- The |query| parameter may be a [=/key=] or an
3476
- {{IDBKeyRange}} to use as the [=cursor=] 's [=cursor/range=] . If null
3475
+ The |query| parameter may be a [=/key=] or [=key range=] (an {{IDBKeyRange}} )
3476
+ to use as the [=cursor=] 's [=cursor/range=] . If null
3477
3477
or not given, an [=unbounded key range=] is used.
3478
3478
3479
3479
<dl class="domintro note">
@@ -3908,8 +3908,8 @@ must run these steps:
3908
3908
3909
3909
</div>
3910
3910
3911
- The |query| parameter may be a [=/key=] or an
3912
- {{IDBKeyRange}} identifying the [=object-store/record=] to be retrieved. If a
3911
+ The |query| parameter may be a [=/key=] or [=key range=] (an {{IDBKeyRange}} )
3912
+ identifying the [=object-store/record=] to be retrieved. If a
3913
3913
range is specified, the method retrieves the first existing record in
3914
3914
that range.
3915
3915
@@ -3953,8 +3953,8 @@ invoked, must run these steps:
3953
3953
3954
3954
</div>
3955
3955
3956
- The |query| parameter may be a [=/key=] or an
3957
- {{IDBKeyRange}} identifying the [=object-store/record=] key to be retrieved.
3956
+ The |query| parameter may be a [=/key=] or [=key range=] (an {{IDBKeyRange}} )
3957
+ identifying the [=object-store/record=] key to be retrieved.
3958
3958
If a range is specified, the method retrieves the first existing key
3959
3959
in that range.
3960
3960
@@ -3989,7 +3989,7 @@ when invoked, must run these steps:
3989
3989
3990
3990
</div>
3991
3991
3992
- The |query| parameter may be a [=/key=] or an {{IDBKeyRange}}
3992
+ The |query| parameter may be a [=/key=] or [=key range=] ( an {{IDBKeyRange}} )
3993
3993
identifying the [=object-store/records=] to be retrieved. If null or not given,
3994
3994
an [=unbounded key range=] is used. If |count| is specified and
3995
3995
there are more than |count| records in range, only the first |count|
@@ -4025,7 +4025,7 @@ method, when invoked, must run these steps:
4025
4025
4026
4026
</div>
4027
4027
4028
- The |query| parameter may be a [=/key=] or an {{IDBKeyRange}}
4028
+ The |query| parameter may be a [=/key=] or [=key range=] ( an {{IDBKeyRange}} )
4029
4029
identifying the [=object-store/records=] keys to be retrieved. If null or not
4030
4030
given, an [=unbounded key range=] is used. If |count| is specified
4031
4031
and there are more than |count| keys in range, only the first |count|
@@ -4061,7 +4061,7 @@ invoked, must run these steps:
4061
4061
4062
4062
</div>
4063
4063
4064
- The |query| parameter may be a [=/key=] or an {{IDBKeyRange}}
4064
+ The |query| parameter may be a [=/key=] or [=key range=] ( an {{IDBKeyRange}} )
4065
4065
identifying the [=object-store/records=] keys to be counted. If null or not
4066
4066
given, an [=unbounded key range=] is used.
4067
4067
@@ -4137,8 +4137,8 @@ method, when invoked, must run these steps:
4137
4137
4138
4138
</div>
4139
4139
4140
- The |query| parameter may be a [=/key=] or an
4141
- {{IDBKeyRange}} to use as the [=cursor=] 's [=cursor/range=] . If null
4140
+ The |query| parameter may be a [=/key=] or [=key range=] (an {{IDBKeyRange}} )
4141
+ to use as the [=cursor=] 's [=cursor/range=] . If null
4142
4142
or not given, an [=unbounded key range=] is used.
4143
4143
4144
4144
@@ -4184,8 +4184,8 @@ method, when invoked, must run these steps:
4184
4184
4185
4185
</div>
4186
4186
4187
- The |query| parameter may be a [=/key=] or an
4188
- {{IDBKeyRange}} to use as the [=cursor=] 's [=cursor/range=] . If null
4187
+ The |query| parameter may be a [=/key=] or [=key range=] (an {{IDBKeyRange}} )
4188
+ to use as the [=cursor=] 's [=cursor/range=] . If null
4189
4189
or not given, an [=unbounded key range=] is used.
4190
4190
4191
4191
0 commit comments