You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the LD client running perfectly in my SPA, except that Internet Explorer 11 doesn't like the ES6 Promise usage which is unsupported. Promise is still being used in the ldclient.min.js file; everything works fine in Chrome and Edge browsers.
OK. Thanks, @apucacao. I'm already looking at that polyfill now. I noticed other non-compliant IE11 items (const, for example) were removed from the minified file, and thought maybe I had missed something in the docs..
I have the LD client running perfectly in my SPA, except that Internet Explorer 11 doesn't like the ES6 Promise usage which is unsupported.
Promise
is still being used in theldclient.min.js
file; everything works fine in Chrome and Edge browsers.Looks like it's complaining about
EventSender.js (54,9)
but I foundPromise
used in other modules as well.After looking at the docs, I wasn't able to find any guidance for this one, so please advise when you can.
The text was updated successfully, but these errors were encountered: