Skip to content

Instantly share code, notes, and snippets.

@dhoko
Created August 12, 2016 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhoko/2242265a0a215262642ba0291d58a74c to your computer and use it in GitHub Desktop.
Save dhoko/2242265a0a215262642ba0291d58a74c to your computer and use it in GitHub Desktop.
Convert Uint8Array to a string
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