Re: [w3c/IndexedDB] boolean should be a valid key (#76)

Met with a customer today who wanted to use boolean keys. They ended up using 0/1, and it didn't seem like a big deal.

I'd be most excited about using boolean keys as an opportunity to fix the lack of explicit "smallest possible key" / "largest possible key" markers. Could we make `false` be the smallest key, make `true` the largest key, and promise we'll never break this invariant?

-- 
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/76#issuecomment-502868758

Received on Monday, 17 June 2019 22:06:41 UTC