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

If a number higher than the max is supplied, per the PR as well as the current spec, the key provided back to the user in the result (as opposed to the current number) will be kept as their originally supplied key rather than being set to the max. Is that the desired behavior? If not, I think "possibly update the key generator" needs to be redefined to return a key.

Similarly, is it also the expected behavior (as appears to be the case per the current spec and PR) that if a fractional number is supplied, that same fractional key will be returned in the result rather than the rounded 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/147#issuecomment-281885298

Received on Thursday, 23 February 2017 03:39:58 UTC