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
Originally posted by NickUfer April 24, 2024 Does anybody know if it is supported to create string constants, and if yes, how?
This would be very useful to export big chunks of strings, that otherwise would have to go through the TextDecoder during runtime.
TextDecoder
Another use-case would be working with AudioWorklets, where TextDecoder is not available.
AudioWorklet
The text was updated successfully, but these errors were encountered:
JsString
Successfully merging a pull request may close this issue.
Discussed in #3936
Originally posted by NickUfer April 24, 2024
Does anybody know if it is supported to create string constants, and if yes, how?
This would be very useful to export big chunks of strings, that otherwise would have to go through the
TextDecoder
during runtime.Another use-case would be working with
AudioWorklet
s, whereTextDecoder
is not available.The text was updated successfully, but these errors were encountered: