Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: dispatchEvent wrong implementation #289

Merged
merged 1 commit into from
Sep 15, 2022
Merged

Fix: dispatchEvent wrong implementation #289

merged 1 commit into from
Sep 15, 2022

Conversation

Akwd22
Copy link
Contributor

@Akwd22 Akwd22 commented Aug 17, 2022

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.

It now emits the entire `Event` object and not only `CustomEvent.detail`.
@Akwd22 Akwd22 marked this pull request as ready for review August 17, 2022 11:43
@aslakhellesoy aslakhellesoy merged commit 0e2b6ec into EventSource:master Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] dispatchEvent wrong implementation
2 participants