apvarun / toastify-js

Pure JavaScript library for better notification messages
https://apvarun.github.io/toastify-js/
MIT License
2.09k stars 230 forks source link

fix "ShadowRoot is undefined" in older browsers #83

Closed Dhu-kmw closed 2 years ago

Dhu-kmw commented 2 years ago

When using older browsers that don't support ShadowRoot (eg. Firefox <63.0) an exception is thrown and toast will not work. Therefor checking beforehand will allow compatibility with older browsers.

apvarun commented 2 years ago

Thanks for this fix @Dhu-kmw