The next code returns a Maximum call stack size
error:
var array...
String.fromCharCode.apply(null, array)
In Converting array buffer to string - Maximum call stack size exceeded there is an answer for Chrome, but I need it for IE.
(IE does not support reduce function)