- From: Steven Becker <notifications@github.com>
- Date: Fri, 17 Oct 2025 14:30:10 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 17 October 2025 21:30:14 UTC
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