Skip to main content

All Questions

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
0 votes
1 answer
121 views

IE crashes Visual studio on page refresh

This may be typescript related, but my VS2015 has started crashing since last one week. It happens when I start my angular 2 application in the debug mode and try to refresh IE or try to navigate away ...
Sam's user avatar
  • 55
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
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
2 votes
0 answers
489 views

Cannot run ES6 + Angular2 on IE11

I'm running angular 4.0.1 and I get my site working on Chrome, Firefox, Safari, Edge and some of the android phones. I'm setting my tsconfig to target ES6 and I got the following error when trying to ...
Carlos Torrecillas's user avatar
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
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
1 vote
1 answer
7k views

IE11 - Unhandled Promise rejection: Syntax error

I am working on an Angular 2 application and for the first time added some async/await features. Everything works fine locally but once its deployed on my test server where I receive this error in ...
Igor's user avatar
  • 61.8k
0 votes
0 answers
101 views

Issue with 'this' as it pointing to window in angular2 on Internet Explorer 11

I am working on Angular2 project with Typescript and found a weird problem. My code is working in Chrome but not working in IE11. Find the code below. this.loaderService.setFullLoader(true, "...
Shivang Gupta's user avatar
2 votes
1 answer
1k views

IE11 Javascript behavior with polyfilled Function.name

I have run into a strange behavior in IE11 JavaScript JIT. Calling Function.name on Classes fails if it is called in the order of base class->child. If called in the child->base class order, it ...
Mike Taj's user avatar
1 vote
1 answer
513 views

XMLHttpRequest not terminating on DELETE request via proxy in IE11

I have an Angular2 (2.0.1) application which calls a ReST API on a Jersey backend application. On Internet Explorer 11 the problem is that DELETE requests are execute correctly, but the callback is ...
Black's user avatar
  • 425
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
0 votes
0 answers
491 views

Internet Explorer 11 doesn't render Image

I have a Web-App written in Typescript with Angular. This displays a huge SVG element with d3js and renders many smaller SVGs on it, at least 100. It also has a header, that is a .png image. This ...
Blue's user avatar
  • 611
0 votes
1 answer
315 views

Debugging Asp .Net MVC application slow on Windows 10 and IE

One of my Asp .Net MVC applications (VS 2013) are running really slow while debugging on Windows 10 with Internet Explorer 11.0.10240. When I debug the same project on a Windows 7 machine (IE 11.0....
tokidoki's user avatar

15 30 50 per page
1 2 3 4 5
6