-
Notifications
You must be signed in to change notification settings - Fork 665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error ' Object doesn't support property or method 'startsWith'' in IE 11 #648
Comments
Thanks for reporting this @YakQin ! I've checked in a fix and will review it on an IE11 equipped PC tomorrow to look for further issues. |
Thanks a lot for the quick response. There are a lot of ES6 syntax like 'endsWith', 'entries' etc. At the moment I will use the old versions. |
@YakQin - all fixed
The master bundle should be working for you now. |
Thanks a lot, now it worked in IE 11, you might also need to update the CDN file : https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@master/dist/pptxgen.bundle.js Also noticed you changed from promise.min.js to polyfill.min.js in the libs folder so you might need to update the html for index.html as well (just to avoid potential confusion :) ) |
Thanks for the verification. I'm getting the demo refs and other items ready for 3.1 - appreciate the reminder :) |
Hello,
'startsWith' is ES 6 method but it is fund in the pptxgen.min.js file, due to this it is not working with IE 11, though I included promise.min.js
The text was updated successfully, but these errors were encountered: