Re: [w3c/IndexedDB] Add descending order for getAll() and getAllKeys() (#130)

It's sad that since this is not in the initial spec, future versions need feature detection. Is there any other way forward?

Example 1: `getAll({query, count, direction})`. Old clients will reject this with an exception as the first parameter is not an index. This allows new clients to feature detect.

Example 2: `getAll(query, count, options)`. Old client reject this with exception - i hope it does?

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

Received on Sunday, 15 September 2019 13:24:22 UTC