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
I have not yet tried including this in a browser.
Buffer.from(...) must be replaced by TextDecoder(). Feel free to add other browser issues if you try that road.
Aim is that this must work in both NodeJS and browsers.
The text was updated successfully, but these errors were encountered:
I'll use browserify to bridge the gap to browsers.
Also, the browser TextEncoder() has deprecated support for encopdeing text as UTF-16 (or actually, anything but UTF-8).
Sorry, something went wrong.
vbakke
No branches or pull requests
I have not yet tried including this in a browser.
Buffer.from(...) must be replaced by TextDecoder().
Feel free to add other browser issues if you try that road.
Aim is that this must work in both NodeJS and browsers.
The text was updated successfully, but these errors were encountered: