Closed mdix closed 5 years ago
Hey,
anyone up for this? I'd really like to get it merged, so just gimme some lines if something isn't right. I'm willing to put some more time into this, if necessary.
Best Marc
Great work budy! Sorry for latest merge, i'm very busy last days.
Merged! I will bump the version
IE11 doesn't allow the usage of
Event
as a constructor, resulting in the following error:I added a polyfill for
CustomEvent
and used this instead ofEvent
. I tested with Safari 12.0.3 (Mac), Firefox (latest Mac), Chrome (latest Mac) and IE11 (Win 7) and found no issues.Note: All browsers that support
CustomEvent
natively use their nativeCustomEvent
constructor.