SyntaxFix
Write A Post
Hire A Developer
Questions
var array = new Uint8Array(100); array[10] = 256; array[10] === 0 // true
I verified in firefox and chrome, its really an array of bytes :
var array = new Uint8Array(1024*1024*50); // allocates 50MBytes