I have an angular app that is implementing the following projects:
https://github.com/TTLabs/EvaporateJS/
https://github.com/uqee/angular-evaporate/
and I am linking the amazon aws-sdk.js file for md5 calculations. It can be found here:
https://github.com/aws/aws-sdk-js/
Everything works fine on Chrome / Firefox / IE 11, but when I bring up the Dev Tools (F12) and switch to compatibility with IE10, I get the following error:
Object doesn't support property or method 'fill'
I opened a support ticket with AWS on github here:
https://github.com/aws/aws-sdk-js/issues/1115
The feedback that I am getting from AWS is that the bug seems non-reproducible on their end.
Any help on resolving this issue would be appreciated.