You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a PR #252 with a potential interim solution to at least present the option of marshalling/unmarshalling BigInts when the feature is available. Over time it would probably make sense to shift towards the native type.
BigInt
is a native way to represent 64 bit integers (dbus typex
) in node.Available since version 10.8.0.
https://node.green/#ESNEXT-candidate--stage-3--BigInt
https://developers.google.com/web/updates/2018/05/bigint
Do you see any issues with that?
The text was updated successfully, but these errors were encountered: