Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

script5007: unable to get property 'join' of undefined or null reference in IE11

$
0
0

I see the error below on IE 11:

script5007: unable to get property 'join' of undefined or null reference

My function in JS is:

function BAOStringBuffer() { 
this.buffer = []; 


BAOStringBuffer.prototype.append = function append(string) { 
this.buffer.push(string); 
return this; 
}; 

BAOStringBuffer.prototype.toString = function toString() { 
 return this.buffer.join(""); 
};

I don't see that error in IE8. Do you see that error? Can we fix it?

Regards,

Bao


Viewing all articles
Browse latest Browse all 3527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>