Sort:  

You're right. It seems broken on IE11. I'll look into it. Thanks a lot for reporting! Much appreciated. :)

Hi,

I think I fixed it. The problem was that steemjs relied on native promises which isn't supported in IE (ping @pharesim in case you weren't aware). It was easily polyfilled using https://polyfill.io though.

Thanks again for the feedback!

Confirmed, it now works just fine on IE11 as well. Thanks.