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
postMessage now supports passing cyclical JSON objects. As a temporary work around, you can serialize and deserialize messages using JSON.stringify.
We should allow passing json directly, while carefully adapting it on the frog side so that interacts nicely with dart maps and lists.
This seems very related to issue# 1183
The text was updated successfully, but these errors were encountered:
Removed Area-UI label. Added Area-DOM label.
Sorry, something went wrong.
Set owner to @rakudrama. Added this to the Later milestone.
Removed Area-DOM label. Added Area-HTML label.
Removed the owner.
Added Duplicate label. Marked as being merged into #1183.
No branches or pull requests
postMessage now supports passing cyclical JSON objects. As a temporary work around, you can serialize and deserialize messages using JSON.stringify.
We should allow passing json directly, while carefully adapting it on the frog side so that interacts nicely with dart maps and lists.
This seems very related to issue# 1183
The text was updated successfully, but these errors were encountered: