Object doesn't support property or method 'addEventListener' Internet Explorer

Sorry but this problem is really annoying me. on IE 11 when i try to run the application i get this error

Object doesn’t support property or method ‘addEventListener’
File: CCBoot.js, Line: 64, Column: 5

Cocos2dJS version 3.0 Any one can help me?
thanks i really i appreciate this.

3.0 may have some issues on IE 11, please upgrade to 3.2

Thank you for the answer. I’ve upgraded to v3.2 now i’ve solved the issue. Seems IE have some problem to load audio files. But there’s another issue always with IE version 11.0.9600.16663

if (this._colorized) {
—> context.drawImage(image,
0, 0, locTextureCoord.width,locTextureCoord.height,

IndexSizeError
File: CCSpriteCanvasRenderCmd.js, Line: 146, Column: 21

Other Browsers are very good instead. (counting down the days for Microsoft Spartan?) :smile:

Update: if i use webGL rendermode i don’t have that issue but i lost node clipping.