I tried to run this code to allocate a ArrayBuffer:
var data = new ArrayBuffer(336000000);
console.log(data.byteLength); // outputs 125829120
Does anyone know why the number if bytes is not allocated? Chrome don't give me any errors / warnings.
This problem is not on every platform, but on several like on Galaxy S6 (Android Browser)