Re: [w3c/IndexedDB] Key generator behavior with explicit keys above 2^53 (#147)

As just a small nit, `Number.MAX_SAFE_INTEGER` is technically `2^53 - 1`; it is apparently to prevent clashes between `2^53` and `2^53 + 1` that `2^53` is made unsafe.

It would appear to me that `2^53` itself could safely be used as a current number if numbers above that number were disallowed, though in such a case `2^53 + 1` could also be supplied without error.

-- 
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/147#issuecomment-279607591

Received on Tuesday, 14 February 2017 04:50:35 UTC