Forum Discussion

blumi78's avatar
blumi78
Helper I
8 years ago

Custom Visual: Using Javascript Promises in Internet Explorer 11

IE 11 still doesn't support ES2015 features like Promises.   My default approach here is to use a Polyfill lib, include it in "externalJS" section of pbiviz.json and add "es2015" as lib to tsconfig...