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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It doesn't throw an exception, it just silently ignores them:
qjs > new Uint8Array(bjson.write({[Symbol.toStringTag]: "42"})) Uint8Array(4) [ 12, 0, 8, 0 ]
(8 = object tag, 0 = property count)
Labeling bug because preferably quickjs is taught to (de)serialize them. If that's not feasible, it should probably raise an exception.
The text was updated successfully, but these errors were encountered:
Add ability to serialize symbol keys in JS_WriteObject
1fa1f9b
Fixes: #481
fe4287c
Add ability to (de)serialize symbols
804f588
c25aad7
1419049
Fixes: quickjs-ng/quickjs#481
Successfully merging a pull request may close this issue.
It doesn't throw an exception, it just silently ignores them:
(8 = object tag, 0 = property count)
Labeling bug because preferably quickjs is taught to (de)serialize them. If that's not feasible, it should probably raise an exception.
The text was updated successfully, but these errors were encountered: