uilang icon indicating copy to clipboard operation
uilang copied to clipboard

Browser support

Open tbremer opened this issue 10 years ago • 5 comments

I am getting ready to submit a PR, but was wondering what kind of support you wanted this script to have?

You currently don't support IE8, can that be assumed?

What about IE9? 10?

Thanks!

tbremer avatar Feb 08 '15 19:02 tbremer

Element.classList is supported starting with IE 10. See MDN classList. Otherwise shim is required.

andrejsm avatar Feb 12 '15 08:02 andrejsm

Yup, IE10+ is required.

bendc avatar Feb 13 '15 08:02 bendc

Browser support should be added to http://uilang.com/

patrickcate avatar Feb 15 '15 12:02 patrickcate

I agree with @patrickcate. Also, updating the script to move away from classList would be an effortless change if you want to broaden support to IE9.

I can make a PR.

tbremer avatar Feb 16 '15 00:02 tbremer

Submitted a pull request for this #17.

ghost avatar Mar 10 '15 11:03 ghost