privly / privly-applications

The central repository for Privly Injectable Applications.
MIT License
19 stars 48 forks source link

Added Promise polyfill for IE #324

Closed smcgregor closed 8 years ago

smcgregor commented 8 years ago

This pull request adds the promise polyfill for the web platform only. This means the polyfill will be used whenever the application is served by privlyalpha.org or other content servers. I have tested this in IE 11 on SauceLabs and Chrome on my laptop. Since login is broken on IE at the moment, I am going to deploy this after additional review within the next day.

Fixes #323.