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

Throttle operator behaviour is non-standard #66

Closed
raquo opened this issue Jan 11, 2021 · 0 comments
Closed

Throttle operator behaviour is non-standard #66

raquo opened this issue Jan 11, 2021 · 0 comments
Labels

Comments

@raquo
Copy link
Owner

raquo commented Jan 11, 2021

What you'd expect: https://rxjs-dev.firebaseapp.com/api/operators/throttle

What we have instead: essentially a filter operator that doesn't pass if the last event was emitted more than ms ago. Completely different behavior.

I guess people mostly use debounce, because the current throttle implementation does not seem to be useful at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant