-
Notifications
You must be signed in to change notification settings - Fork 468
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
About BigInt usage #706
Comments
Hi @Catutigernos, |
Hi @NickNaso, |
It's in 10.x and 14.x (see https://github.com/nodejs/node/blob/master/doc/api/n-api.md for the version where it was added) I think just waiting on the next SemVer minor of 12.x for it to be there. |
@Catutigernos N-API 6 should now be available across all LTS versions. Please re-open this issue and/or file a new one if you still have questions! |
Hi,
I am developing a module has some function get 64 bit integer as parameter, javascript side I sent as bigint, but native side I can not get the parameter with NAPI. I check lib, and BigInt is guarded in native library, and I check parameter type in native side, variable type is 9, and I cannot find the type in napi_valuetype enum. How could I get the 64 bit number? If I can't when BigInt will be published?
Thanks in advance.
The text was updated successfully, but these errors were encountered: