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
Currently, when encoding strings to be passed to JavaScript, we don't properly encode them. It is incredibly important that this gets fixed!
Upgrading to Swift 4 might help with this, as they provide encoders and decoders.
The code for this has yet to be merged, and is in the branch in pull requst #113 .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Screenshot of bug:
Explanation of bug:
Currently, when encoding strings to be passed to JavaScript, we don't properly encode them. It is incredibly important that this gets fixed!
Upgrading to Swift 4 might help with this, as they provide encoders and decoders.
The code for this has yet to be merged, and is in the branch in pull requst #113 .
The text was updated successfully, but these errors were encountered: