Skip to content
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

[cbor] Support native JavaScript types bigint and symbol. #43

Open
panzi opened this issue Aug 5, 2021 · 0 comments
Open

[cbor] Support native JavaScript types bigint and symbol. #43

panzi opened this issue Aug 5, 2021 · 0 comments

Comments

@panzi
Copy link

panzi commented Aug 5, 2021

It would be nice if the native JavaScript type bigint would be supported and encoded as a PositiveBigNum/NegativeBigNum, and the type symbol could probably just be handled as a string? Though that symbol handling would not be round trip safe. But the bigint support would be good and unambiguous!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants