Skip to content

Instantly share code, notes, and snippets.

@andrei-cacio
Created June 3, 2018 10:34
Show Gist options
  • Save andrei-cacio/be65fce8b6f0ff6b3c1c54de96da8ee7 to your computer and use it in GitHub Desktop.
Save andrei-cacio/be65fce8b6f0ff6b3c1c54de96da8ee7 to your computer and use it in GitHub Desktop.
const typedArr = new Uint32Array(arrayBuffer, 0, 4);
const arr = [...typedArray];
// [100, 200, 300, 400]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment