Closed Akwd22 closed 2 years ago
Fixes #288
The function now emits the entire Event object and not only CustomEvent.detail as described in W3C specs (see issue). It is a breaking change for projects that use the current wrong implementation.
Event
CustomEvent.detail
Fixes #288
The function now emits the entire
Event
object and not onlyCustomEvent.detail
as described in W3C specs (see issue). It is a breaking change for projects that use the current wrong implementation.