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

IE8 issue with Object.defineProperty #113

Open
Joran182to opened this issue Dec 8, 2015 · 2 comments
Open

IE8 issue with Object.defineProperty #113

Joran182to opened this issue Dec 8, 2015 · 2 comments

Comments

@Joran182to
Copy link

Hi, I am trying to use your library with IE8, and I faced with an issue: there is a Object.defineProperty executing which is didn't work well in IE8. Is there a way to replace it with something to make it work in IE8? So, it's called from 'src/Value.js', line 115:

function cache(obj, key, value) {
    Object.defineProperty(obj, key, {...NON_ENUMERABLE_PROP, value});
}
@stepan-romankov
Copy link

+1

@Joran182to
Copy link
Author

I tried to remake this part of code without defineProperty, but the issue is still here. The page don't load in IE8. So, the problem is that assessors not supported in IE8.

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

No branches or pull requests

2 participants