Skip to main content

All Questions

0 votes
2 answers
2k views

Unhandled promise rejection when running Angular 6 site in IE11

I've developed a website in Angular 6 and exclusively tested in Chrome and Safari. First time I opened the site in IE11 I received the following error: Unhandled Promise rejection: SyntaxError ; Zone:...
HeineSkov's user avatar
  • 449
0 votes
1 answer
4k views

How to call a Javascript function from a Typescript class that works with Internet Explorer 11 and Microsoft Edge?

In an angular 7 project i need to use a javascript function from a Typescript class, where i'm using declare var getFormData: any; to use the function getFomData, and it works ok in Chrome and Firefox ...
RMiZe's user avatar
  • 35
0 votes
3 answers
1k views

Intersection Obserser freezes IE11 in angular 7 application

I created an angular 7 application and used Intersection Observer to lazy load some items. It working like a breeze in Chrome, Mozilla and even Edge. But in IE11, when the lazy loading starts and ...
Ram's user avatar
  • 591
2 votes
0 answers
2k views

Uncaught (in promise): [object Undefined]

I have been getting this specific error("Uncaught (in promise): [object Undefined]") in Internet Explorer which seems to be pertaining to polyfills. This seems to be happening when a new promise is ...
karthik's user avatar
  • 39
-1 votes
1 answer
4k views

promise is undefined in IE11 when using axios in ReactJS

I am coverting my react code to typescript and using axios for network call. On running in IE11 i get error "Promise is not defined" I know i need to use polyfill but how? I am not using Babel and ...
hightides1973's user avatar
1 vote
2 answers
3k views

IE 11 "Expected :" using React Babel 7 Typescript

I have followed recommended React/ Babel configurations, however I cannot get my site to load in IE 11. The error which persists: These are my related files: .babelrc { "presets": [ [ "...
Blair's user avatar
  • 3,721
1 vote
1 answer
2k views

Angular 7: need polyfill for 'Class' in npm package

I faced with problem that my app based on Angular 7 doesn't working in IE 11. I'm using npm package which starts in index.js from class PackageClass { // code } And at all browsers it works ...
hofshteyn's user avatar
  • 1,272
0 votes
2 answers
2k views

IE11 error in bundle.js by invalid character

I am using typescript with awesome-typescript-loader and Webpack for compile. But in IE11 it's doesn't work. I have this bug. SCRIPT1014 bundle.js (58458,12) And in this row I have this. I think ...
Fiser's user avatar
  • 43
0 votes
1 answer
539 views

SIP and TEL links are not working in internet explorer

Sip and Tel links work a few times initially in ie11 but then stop working. This works fine on chrome and edge. The mailto works every time without fail on internet explorer. And when I click the ...
Barkha Jain's user avatar
-2 votes
2 answers
4k views

IE11 throw Expected identifier SCRIPT1010 on vendor.js in WEBPACK VAR INJECTION

I have issue with Expected identifier ERROR code: SCRIPT1010 which points on vendor.js in WEBPACK VAR INJECTION section. Debugger points on line with: const { keccak256, keccak256s } = ...
Uland Nimblehoof's user avatar
3 votes
0 answers
824 views

How can i resolve undefined value for document.selection issue in Angular 5 with IE 11 browser?

I am using angular 5 testing in IE 11. I need to use document.selection in my typescript file but it is giving it as undefined. I have also declared the selection globally as shown below but even then ...
Nithin's user avatar
  • 381
2 votes
1 answer
2k views

Internet Explorer 11 computed timezone bug

I am aware of the origin of the problem and googled like half a day, but still couldn't find any good workarounds or solutions for this. Our Angular 7+ application use a timezone interceptor, which ...
Patrik Alexits's user avatar
1 vote
1 answer
273 views

Angular4 uploading image in typescript on ie11

I'm trying to upload an image to my web application in Angular 4. I convert the input file with readAsBinaryString() and extract the ascii code with btoa() which I then pass to a backend service. ...
Doreen Green's user avatar
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
0 votes
1 answer
57 views

What type does the event passed to the listener for the IE 11 specific deactivate event have?

This is a common event in my code. I know what type onChange events are called with. private onChange = (e: React.ChangeEvent<HTMLInputElement>) => { ... }; But what type does the event ...
user1283776's user avatar
  • 21.2k

15 30 50 per page