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 support with Object.defineProperty #49

Open
kelvinperrie opened this issue May 13, 2018 · 1 comment
Open

IE8 support with Object.defineProperty #49

kelvinperrie opened this issue May 13, 2018 · 1 comment

Comments

@kelvinperrie
Copy link

Hi,

The latest version of this uses Object.defineProperty which fails in IE8. I'm using an older version which works in IE8, it is the version on Dec 12, 2017 based on this commit
37a461d (<- this sill works in IE8)

This is just an FYI really; not sure if you want to support IE8 still. (if not maybe mention it somewhere?). Just as background to explain why I'm still looking at IE8 support: I work at a hospital and we use IE11 which emulates IE8 via enterprise mode to support various vendor software.

@ksylvest
Copy link
Owner

Hi Kelvine, thanks for reporting. One option to support older browsers is to use a shim / polly fill - but I'll add the the readme.

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