Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable and maintain compatibility for older browsers including IE8 #1075 #1102

Merged
merged 3 commits into from
Nov 4, 2019

Conversation

MSNev
Copy link
Collaborator

@MSNev MSNev commented Oct 31, 2019

Is your feature request related to a problem? Please describe.
As an SDK there are numerous users which cannot control the browsers that customers use. As such we need to ensure that the SDK continues to work and does not break the JS execution when loaded in an older browser.

Describe the solution you'd like
As part of this we need to have the generated be compatible with ES3 and use either polyfil implementations or striped back emulation of any required ES5/6 supported features.

@markwolff markwolff requested review from markwolff, hectorhdzg, xiao-lix and ramthi and removed request for markwolff October 31, 2019 18:29
README.md Show resolved Hide resolved
Copy link
Contributor

@markwolff markwolff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM. Excited to get these change pushed out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants