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(fromEvent): fixed HasEventTargetAddRemove to support EventTarget types #5945

Merged
merged 1 commit into from
Jan 3, 2021
Merged

fix(fromEvent): fixed HasEventTargetAddRemove to support EventTarget types #5945

merged 1 commit into from
Jan 3, 2021

Conversation

rraziel
Copy link
Contributor

@rraziel rraziel commented Dec 29, 2020

Description:

Makes it possible to use fromEvent() with a simple EventTarget.

Related issue (if exists):

Closes #5944

Copy link
Collaborator

@cartant cartant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@benlesh benlesh merged commit 5f022d7 into ReactiveX:master Jan 3, 2021
@benlesh
Copy link
Member

benlesh commented Jan 3, 2021

Thanks, @rraziel

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.

fromEvent / FromEventTarget signatures don't work with basic event targets
3 participants