promise polyfill not working in IE

615 views Asked by At

I have literally tried all the polyfills available on the internet related to promises. In some cases, I succeeded in avoiding the console error in IE. But the issue is, even if it does not throw any error, there is still no output. I am using the third party library - dom-to-image.js to convert my html table to png image. any help or pointers highly appreciated.

P.S. - I am not using node in my project.

0

There are 0 answers