We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dates are ubiquitous, would be great to be able to transfer them.
Currently dates are not supported, an error gets thrown.
Dates would get encoded/decoded just like the rest of supported datatypes.
For example: https://www.npmjs.com/package/@msgpack/msgpack supports encoding of dates.
The text was updated successfully, but these errors were encountered:
If you specifically mean for msgpack, you should add it to the title for clarity.
On another note, dates are supported in @std/cbor, but I don't know if that's useful in your instance.
@std/cbor
Sorry, something went wrong.
Thanks for noticing, updated the title. Nice, taking a look at @std/cbor
No branches or pull requests
Dates are ubiquitous, would be great to be able to transfer them.
Currently dates are not supported, an error gets thrown.
Dates would get encoded/decoded just like the rest of supported datatypes.
For example:
https://www.npmjs.com/package/@msgpack/msgpack
supports encoding of dates.
The text was updated successfully, but these errors were encountered: