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

IE10 support? #39

Open
andrey-hohlov opened this issue Jun 22, 2018 · 1 comment
Open

IE10 support? #39

andrey-hohlov opened this issue Jun 22, 2018 · 1 comment

Comments

@andrey-hohlov
Copy link

Hi!

version 3.0.0

I see an error in console: "ReferenceError: 'Set' is undefined" on IE10.

import { brightness } from 'chromatism';
console.log(brightness(-3, '#d81919').hex);

Works well with polyfill: https://www.npmjs.com/package/es6-set

Demo: https://codepen.io/andrey-hohlov/pen/oydemm

Do you support IE10?
I see IE >= 9 in browserlist section, but looks like not all features polyfilled by babel.

@TehShrike
Copy link
Contributor

I can't speak for @toish, but I don't have any interest in supporting IE10. I'm about ready to stop caring about IE11, myself.

The best thing to do would be to note in the readme which polyfills are required for older systems. It's better for consumers to bring their own polyfills, anyway. I recommend https://polyfill.io/

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