- From: Brett Zamir <notifications@github.com>
- Date: Mon, 13 Feb 2017 20:49:58 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 14 February 2017 04:50:35 UTC
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