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)

> Any JavaScript object may become an IDBGetAllOptions dictionary when passed into a function like getAllRecords().

But there are no steps that say i.e `Convert 'queryOrOptions' to the 'IDBGetAllOptions' type`..? So at this point, `queryOrOptions` is just a plain JS Object, with no IDL type attached to it.

What about adding a step at the start of step `9. Else:` for that?

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

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

Received on Friday, 17 October 2025 23:41:20 UTC