Re: [webauthn] Unspecified CBOR encoding of high-valued integer numbers due to unspecified threshold (#1044)

I should make an observation: Strictly speaking there are no "integer numbers" (that is, integer number types) in JavaScript (until perhaps recently with Bignum).  JavaScript until recently has only one number type, namely a 64-bit floating-point number (of the class `Number`), and no integer types such as 16-, 32- or 64-bit signed integers.  In that case, the phrase "When the JavaScript value is a non-integer number..." should perhaps be changed to "When the JavaScript value is of the type `Number`..." if that is what section 9 means.

-- 
GitHub Notification of comment by peteroupc
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1044#issuecomment-520100328 using your GitHub account

Received on Saturday, 10 August 2019 00:11:43 UTC