Skip to main content

All Questions

1 vote
2 answers
1k views

IE11 is not responding due to a long running script error with Webpack + React + TypeScript

I am using webpack 4.* to bundle my react 16.* and typescript 3.* project! On our beloved internet explorer 11, I get: not responding long running script error and project never loads... both in ...
borna's user avatar
  • 283
0 votes
2 answers
1k views

Aurelia: Object doesn't support property or method 'bind' in IE 11

The problem I am trying to get my Aurelia project working in Internet Explorer 11, however, I am getting the following message: Object doesn't support property or method 'bind' (app.bundle.js 188,...
zerk's user avatar
  • 556
0 votes
1 answer
2k views

Does React Typescript works in Internet Explorer 11?

I have many React applications that works in Internet Explorer 11 (With polyfills). I would like to use TypeScript in my next applications, so I developed my first one using the same technologies and ...
Axel León's user avatar
1 vote
0 answers
471 views

Angular 8 Application running issues in IE11

App is not starting in IE11 locally but works when deployed on azure.I have added all the polyfills required to run angular on ie 11, however i am getting this SCRIPT 5022 error when running the ...
Pratyush Swain's user avatar
0 votes
0 answers
29 views

How to serve Angular 7 application in IE11

I have updated my pollyfills.ts with below changes /** IE9, IE10 and IE11 requires all of the following polyfills. **/ import 'core-js/es6/symbol'; import 'core-js/es6/object'; import 'core-js/es6/...
Akash Kumawat's user avatar
0 votes
1 answer
495 views

Can I debug Typescript service files in IE 11?

I have an Angular (not AngularJS) application (developed with VS Code) which includes a Typescript service. I am able to trace and debug this service just fine when the application is running in ...
TriggerHappy's user avatar
1 vote
0 answers
76 views

angular 8 application not working on IE 11

I am working on Angular 8. I have observed some problems with Internet Explorer version 11. I am not able to perform any feature of my application when I close the console or inspect element. when ...
Jayesh Vyas's user avatar
  • 1,303
4 votes
1 answer
11k views

SCRIPT1002 Syntax Error in vendor.js - Angular 8 IE11

Trying to get Angular to work in IE 11. I tried everything I found on the web already. I'm getting the following errors: SCRIPT1002: Syntax error File: vendor.js, Line: 110874, Column: 40 Line ...
Jean Silveira's user avatar
2 votes
1 answer
424 views

transpiling to ie 11 fetch is not undefined

I was just playing with typescript and it's transpiling. Most of the stuff gets up and running but for the fetch I was just not able to make it to get transpiled. And I read a lot about it saying that ...
Ricardo Silva's user avatar
3 votes
1 answer
3k views

Map(iterable) alternative for IE 11

Unfortunately I have to support IE11. I create my map with this code (polyfill for .entries already used): const map = new Map(Object.entries(array)); but because of IE11 not supporting the ...
breezertwo's user avatar
4 votes
2 answers
840 views

Angular CLI remove arrow functions?

I am trying to get my code running on IE11, however, I am having issues with arrow functions. I cannot figure out how to remove them from the build and replace them with function() {}. It looks like ...
Get Off My Lawn's user avatar
0 votes
2 answers
850 views

Applying css grid style using typescript not working in IE. Vue JS

I have a title block where I am applying css using the typescript method in Vue js. The style is about applying rows and column value to CSS grid. Since I am using dynamic values I have to use method ...
romie99's user avatar
  • 325
0 votes
0 answers
68 views

Protractor IE11 not compatible with ES6 - producing JavascriptError: Error executing JavaScript

I am using typescript with protractor. All my tests are passing find in Chrome and Firefox but failing in IE11. Error: JavascriptError: Error executing JavaScript Build info: version: '3.141.59',...
user avatar
1 vote
2 answers
2k views

Angular 8 Project not working in IE11 even thought I have gone through every step

you have probably heard of this problem way too often. But I can't seem to find the solution for this. Every time I server the app and start it on IE I get a syntax error in the vendor.js pointing to ...
Nurullah Yel's user avatar
1 vote
1 answer
2k views

Angular 8 app is not opening in Internet Explorer

I am new to Angular 8 and currently developing a web-app in it. It is working fine in Google Chrome and EDGE but it is not even being load in IE 11. I explored for the solution over the internet and ...
Arsman Ahmad's user avatar
  • 2,154

15 30 50 per page