flying-focus icon indicating copy to clipboard operation
flying-focus copied to clipboard

There is no Node.classList in IE9-

Open SimonHarte opened this issue 9 years ago • 1 comments

You get errors in IE9 because the script uses Node.classList.add/remove. Best way to solve this would probably be to include a classList polyfill: https://github.com/eligrey/classList.js/

SimonHarte avatar Sep 24 '15 09:09 SimonHarte

Why would you use this in IE 9. Animations aren't supported. I just wouldn't even load this script if you are using anything less than IE 9.

MrGrigri avatar Sep 18 '17 20:09 MrGrigri