We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
terriajs/lib/Models/BooleanParameterGroup.js
Lines 35 to 36 in 30470f4
This fails in IE11 because Proxy is an ES6 feature that cannot be polyfilled.
Proxy
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
The text was updated successfully, but these errors were encountered:
Was under the impression that microsoft edge was supposed to replace IE. What should be done about that error?
Sorry, something went wrong.
No branches or pull requests
terriajs/lib/Models/BooleanParameterGroup.js
Lines 35 to 36 in 30470f4
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:
The text was updated successfully, but these errors were encountered: