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

How about using a negativ limit to indicate "backwards", changing the "count" type from "unsigned long" to "long"?

No limit could be expressed by -Infinity, assuming this would be clamped to the minimum long value?







-- 
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-943452673

Received on Thursday, 14 October 2021 15:11:02 UTC