-
Notifications
You must be signed in to change notification settings - Fork 24
IE11 has problems with JS #565
Comments
Is the promise issue because of #561? |
A promise is used in 561 because this is what upload is using. In both cases callbacks would do if you do not chain the promises anyway. |
I think promise issue is from upstream. files are retrieving with promises |
yes, its not from your code |
@kasvith since I don't have a VM with IE11 atm, can you do a simple test for me? remove all contents and paste the contents from https://github.com/webcomponents/webcomponentsjs/blob/master/webcomponents-bundle.js check that promises and all the other missing polyfills are loaded. If so I will make the needed changes |
@dgrammatiko tried pasting the above file and i still gets the same issue |
Steps to reproduce the issue
Expected result
Actual result
System information (as much as possible)
Additional comments
These are the errors possibly shown in the console of IE11 with stack
The text was updated successfully, but these errors were encountered: