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
When variableMapSize is true and keyMap is used, the function writeObject of the Encoder class throws an exception
Uncaught ReferenceError: encodeKey is not defined
I think that the line
cbor-x/encode.js
Line 614 in d1c5dc8
should be
encode(encoder.encodeKey(keys[i]))
Is this correct?
Thank you
The text was updated successfully, but these errors were encountered:
Fix keyMap usage with variable map size, #81
fa06091
Should be fixed in v1.5.4. Thanks for reporting!
Sorry, something went wrong.
No branches or pull requests
When variableMapSize is true and keyMap is used, the function writeObject of the Encoder class throws an exception
Uncaught ReferenceError: encodeKey is not defined
I think that the line
cbor-x/encode.js
Line 614 in d1c5dc8
should be
encode(encoder.encodeKey(keys[i]))
Is this correct?
Thank you
The text was updated successfully, but these errors were encountered: