Re: [w3c/IndexedDB] Adjust how the direction is defaulted in "Creating a request to retrieve multiple items" (PR #478)

stelar7 left a comment (w3c/IndexedDB#478)

This issue is slightly different than the one in https://github.com/w3c/IndexedDB/issues/475.
In this case, `queryOrOptions` is just missing the `direction` parameter, and as such is not a potentially valid key range
```json
{
    "query": "a",
    "count": 1
}
```

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

Message ID: <w3c/IndexedDB/pull/478/c3417011971@github.com>

Received on Friday, 17 October 2025 20:28:11 UTC