cferdinandi / tabby

Lightweight, accessible vanilla JS toggle tabs.
MIT License
598 stars 73 forks source link

CustomEvent polyfill is required for IE9+ support #111

Closed croxton closed 5 years ago

croxton commented 5 years ago

Maybe add the polyfill to your polyfill build and make a note in the readme?

https://github.com/kumarharsh/custom-event-polyfill

cferdinandi commented 5 years ago

I just added a fix for this in v12.0.2 that will make it work in older browsers without a polyfill.