this.renderer.setViewport(50, -50, this.width, this.height);
Why not work on IE browser?
Internet Explorer was depreciated in r126 (see release notes).
You'll have to provide polyfills for APIs like Array#from to use a more recent version. Modern build systems target a browserlist to transpile/polyfill this for you.