Skip to main content

All Questions

78 votes
7 answers
53k views

Prevent IE11 caching GET call in Angular 2

I have a rest endpoint that returns a list on a GET call. I also have a POST endpoint to add new items and a DELETE to remove them. This works in Firefox and Chrome, and the POST and DELETE work in ...
cmaynard's user avatar
  • 2,860
25 votes
2 answers
12k views

IE11 Angular 2 error "Expected identifier, string or number"

Well, I have created site using Angular 2. When I run "ng-serve" command and trying to test my site using "http://localhost:4200" in Google Chrome and IE11 it works perfectly, but, if I build project ...
David Maisuradze's user avatar
6 votes
7 answers
18k views

Angular 9 Application Not running on IE11

Our team has created an angular 9 new project and it is working perfectly fine on Google Chrome and Firefox but on IE11 I cant see anything. I have tried everything on from the internet followed every ...
Karthik Saxena's user avatar
6 votes
4 answers
16k views

Internet Explorer 11 - Object doesn't support property or method 'includes'

I'm getting this error in IE 11, on all other common browsers it works fine. I use this code which makes use of 'includes': const keys = Object.keys(this.service.content); if (keys....
bobdolan's user avatar
  • 573
5 votes
1 answer
2k views

IE11 Angular-CLI source maps not working

Using Angular-CLI 1.0 and Angular 4, I am unable to get source maps working despite having //# sourceMappingURL=main.bundle.js.map in the bundled JavaScript. Does anyone know a work around to get the ...
Jolleyboy's user avatar
  • 1,363
5 votes
1 answer
4k views

Issue with Angular 2 application and select option in Internet Explorer

I encountered an odd problem in Internet Explorer and I hope someone might be able to explain me the issue here. In my Angular 2 app, I have a form with a selection box. The user can choose between ...
andreas's user avatar
  • 7,934
5 votes
0 answers
1k views

why I am getting "SCRIPT5021: Invalid range in character set" and blank screen in IE11?

I am using Angular 9, All code is working fine in chrome but not in IE11 , I am no where using any Regex and mostly I am using back tics. Below error is coming in Polyfills-es5.js as on page load: ...
saash_me's user avatar
4 votes
6 answers
7k views

Internet explorer & Angular 6 ERROR Error: Uncaught (in promise): Error: Loading chunk

I am getting issue while using angular 6 and IE 11, app is working fine in chrome & another browser but in internet explorer, i am getting this ERROR Error: Uncaught (in promise): Error: ...
BJ Coder's user avatar
  • 392
4 votes
1 answer
5k views

Vue app blank page in IE 11 or lower even with polyfills

I have a Vue app running in Firefox, Edge, and Chrome, however, in IE 11 (or lower), I see a blank page. And in the console of IE is see something like SCRIPT1002: Syntax error app.js and SCRIPT5022: ...
Gilian's user avatar
  • 1,569
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
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
3 votes
2 answers
3k views

Angular 2+: Multiple definitions of a property not allowed in strict mode in IE11

I have my pollyfills in and I'm getting this error from Internet Explorer 11 in my main.bundle.js. It's on line 9692, but looking at the compiled code, I'm not able to make any sense of it. Here it is:...
BBaysinger's user avatar
  • 6,907
3 votes
2 answers
3k views

Object.assign() in IE11 with Angular2

I know that this issue has been discussed a billion times, but it seems that none of the solutions I can find here are helping in my case. This is what my polyfills.browser.ts looks like right now: ...
Davide De Santis's user avatar
3 votes
1 answer
2k views

Is there a way to stop IE10/IE11 from showing open or save prompt

I am downloading files from server using javascript blob something like let blob = new Blob([resposne['_body']], { type: contentType }); if (navigator.msSaveBlob) { navigator.msSaveOrOpenBlob(...
jitender's user avatar
  • 10.4k
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

15 30 50 per page
1
2 3 4 5 6