Created
August 12, 2016 15:09
-
-
Save dhoko/2242265a0a215262642ba0291d58a74c to your computer and use it in GitHub Desktop.
Convert Uint8Array to a string
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String.fromCharCode.apply(null, data); | |
// data = new Uint8Array... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment