You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm playing around with this lib and I wanted to make a version of my own using modern techs (Vite, testing-library and others). I've seen it has an AbstractEvent class where all Events extend from. Could this class be replaced by the CustomEvent class?
The text was updated successfully, but these errors were encountered:
hnrq
changed the title
DISCUSSION: Does it make sense to replace AbstractEvent with CustomEvent?
Does it make sense to replace AbstractEvent with CustomEvent?
Aug 14, 2022
Looking into CustomEvent at caniuse, looks like it has support for all major browsers except IE, but, like it was mentioned before here, maybe it's time to move on from IE11. I'll submit a PR in a near future for that
I'm playing around with this lib and I wanted to make a version of my own using modern techs (Vite, testing-library and others). I've seen it has an AbstractEvent class where all Events extend from. Could this class be replaced by the CustomEvent class?
The text was updated successfully, but these errors were encountered: