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

SteveBeckerMSFT left a comment (w3c/IndexedDB#478)

Thanks for clarifying.  For the dictionary without a direction case, I think the default value in the `IDBGetAllOptions dictionary` is applied:

```
dictionary IDBGetAllOptions {
...
  [IDBCursorDirection](https://w3c.github.io/IndexedDB/#enumdef-idbcursordirection) direction = "next";
};
```
https://w3c.github.io/IndexedDB/#dictdef-idbgetalloptions

See also the WebIDL spec: https://webidl.spec.whatwg.org/#dfn-dictionary-member-default-value


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

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

Received on Friday, 17 October 2025 21:30:14 UTC