You are viewing a single comment's thread from:

RE: Steemroll.io Dashboard - Steemit Live Numbers

in #steemit10 years ago

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!

Sort:  

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