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

IE11 incompatibility in BooleanParameterGroup.js #4256

Open
tephenavies opened this issue Apr 26, 2020 · 1 comment
Open

IE11 incompatibility in BooleanParameterGroup.js #4256

tephenavies opened this issue Apr 26, 2020 · 1 comment

Comments

@tephenavies
Copy link
Member

tephenavies commented Apr 26, 2020

this.OneForAll = new Proxy({}, {});
this.ParameterList = new Proxy([], {});

This fails in IE11 because Proxy is an ES6 feature that cannot be polyfilled.

Tested with http://ci.terria.io/master/#clean&https://gist.githubusercontent.com/Jason-DNetto/7ccde078dd517be7b279855fdf241cbc/raw/d90452f1789dc68e85e7c1d933f266931262f0b4/checkbox_groups.json

Error:

Error from updateApplicationUrl: ReferenceError: 'Proxy' is undefined

@Jason-DNetto
Copy link
Contributor

Was under the impression that microsoft edge was supposed to replace IE.
What should be done about that error?

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

No branches or pull requests

2 participants