-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RangeError while decoding with largeBigIntToFloat: true,
enabled
#82
Comments
Nice lib!!! Fuck this shit |
I don't understand how to reproduce this. The reported error is an encoding error, but the image of a code sample above only shows decoding, and is not itself a reproducible code sample. Do you have a specific code sample that can be executed that shows the problem? |
no i dont have , i know that this happens for values of big objects. @kriszyp Thats like full error
|
And the |
Using |
- with this code i still get error while trying to decode data. Full error
RangeError: 3866570211328656136252311744600662103021 was too large to fit in CBOR 64-bit integer format, set largeBigIntToFloat to convert to float-64
.Also i see that in decode.js there is not keyword like
largeBigIntToFloat
The text was updated successfully, but these errors were encountered: