Closed
Description
As per SFrame, keyID can be 64 bits.
But unsigned long long is only mapping precisely up to 53 bits, as per https://heycam.github.io/webidl/#abstract-opdef-converttoint.
One possibility is to use a BigInt in lieu, or in addition maybe.
In that case values above max could trigger a RangeError.
Metadata
Metadata
Assignees
Labels
No labels