I am receiving an error in my error console which states: arguments array passed to Function.prototype.apply is too large and the file it is in is: resource://ct2504091/BackStage.jsm. Does anyone know why this error suddenly appears out of the complete blue?
Below is the code from the view source of where the error is appearing in:
var postBytes = stream.readByteArray(stream.available());
poststr = String.fromCharCode.apply(null, postBytes);
A Google search for “javascript BackStage.jsm” reveals: You seem to have installed a “Bibirmer for Firefox Plugin” that interfers with you code. Try uninstalling it.