Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5629,14 +5629,12 @@ To <dfn>create a [=request=] to retrieve multiple items</dfn> from an [=object s

1. Let |range| be a [=key range=].

1. Let |direction| be a [=cursor/direction|cursor direction=].
1. Let |direction| be "{{IDBCursorDirection/next}}".

1. If running [=is a potentially valid key range=] with |queryOrOptions| is true, then:

1. Set |range| to the result of [=/converting a value to a key range=] with |queryOrOptions|. Rethrow any exceptions.

1. Set |direction| to "{{IDBCursorDirection/next}}".

1. Else:

1. Set |range| to the result of [=/converting a value to a key range=] with |queryOrOptions|["{{IDBGetAllOptions/query}}"]. Rethrow any exceptions.
Expand Down