13
sndrx
6y

The client asked me today to include Internet Explorer to the compatibility list. After 5 minutes of continuous refreshing, Internet Explorer finally shows me in developer tools that it does not support Promises and Object.assign().

At that moment, my Promise to the client also failed.

Comments
  • 1
    Could not cross compilers solve that?

    I think there are some that can convert a promise into a callback solution.
  • 0
    Or a feature mixin library.
  • 1
    Polyfill it.

    No joke tho I'd seriously look into stuff like postcss, normalize, polyfills and Babel or similar. Cross browser is the bane of my existence.
  • 0
    @craig939393 Yep, that's what I will do. Thanks!
  • 0
    That pun was observable a mile away
Add Comment